Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'reason'] = this.reason; return json; }