toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final platformType = this.platformType;
final threatEntryType = this.threatEntryType;
final threatType = this.threatType;
return {
'platformType': ?platformType,
'threatEntryType': ?threatEntryType,
'threatType': ?threatType,
};
}