UpdatedCoHostOptions constructor

UpdatedCoHostOptions(
  1. {required String coHost,
  2. required List<CoHostResponsibility> coHostResponsibility,
  3. ShowAlert? showAlert,
  4. required EventType eventType,
  5. required String islevel,
  6. required String member,
  7. required bool youAreCoHost,
  8. required void updateCoHost(
    1. String
    ),
  9. required void updateCoHostResponsibility(
    1. List<CoHostResponsibility>
    ),
  10. required void updateYouAreCoHost(
    1. bool
    )}
)

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,
});