DeobfuscationFile.fromJson constructor
DeobfuscationFile.fromJson(
- Map json_
Implementation
DeobfuscationFile.fromJson(core.Map json_)
: this(
symbolType: json_['symbolType'] as core.String?,
);