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