toJson method

Map<String, dynamic> toJson()

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,
  };
}