fileType property

String? fileType
getter/setter pair

The file type of source file. Possible string values are:

  • "BIN"
  • "UNDEFINED"
  • "X509"

Implementation

core.String? fileType;