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