ScheduleConferencePage constructor

const ScheduleConferencePage({
  1. Key? key,
  2. TUIConferenceInfo? conferenceInfo,
  3. List<TUIUserInfo>? selectedAttendeesList,
})

Implementation

const ScheduleConferencePage({
  Key? key,
  this.conferenceInfo,
  this.selectedAttendeesList,
}) : super(key: key);