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