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