symbolType property

String? symbolType
getter/setter pair

The type of the deobfuscation file. Possible string values are:

  • "deobfuscationFileTypeUnspecified" : Unspecified deobfuscation file type.
  • "proguard" : Proguard deobfuscation file type.
  • "nativeCode" : Native debugging symbols file type.

Implementation

core.String? symbolType;