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