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