toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final action = this.action;
  final threatId = this.threatId;
  final type = this.type;
  return {'action': ?action, 'threatId': ?threatId, 'type': ?type};
}