UpdatedCoHostOptions constructor
- {required String coHost,
- required List<
CoHostResponsibility> coHostResponsibility, - ShowAlert? showAlert,
- required EventType eventType,
- required String islevel,
- required String member,
- required bool youAreCoHost,
- required void updateCoHost( ),
- required void updateCoHostResponsibility( ),
- required void updateYouAreCoHost( )}
Implementation
UpdatedCoHostOptions({
required this.coHost,
required this.coHostResponsibility,
this.showAlert,
required this.eventType,
required this.islevel,
required this.member,
required this.youAreCoHost,
required this.updateCoHost,
required this.updateCoHostResponsibility,
required this.updateYouAreCoHost,
});