BatchCreateAttendeeResponse constructor
BatchCreateAttendeeResponse({
- List<
Attendee> ? attendees, - List<
CreateAttendeeError> ? errors,
Implementation
BatchCreateAttendeeResponse({
this.attendees,
this.errors,
});