Map<String, Object?> toJson() { var emails = this.emails; final json = <String, Object?>{}; json[r'emails'] = emails; return json; }