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