UpdatedCoHostOptions constructor 
    
      
      UpdatedCoHostOptions({ - required String coHost, 
- required List<CoHostResponsibility> coHostResponsibility, 
- ShowAlert? showAlert, 
- required EventType eventType, 
- required String islevel, 
- required String member, 
- required bool youAreCoHost, 
- required void updateCoHost( - String
 ),
- required void updateCoHostResponsibility( - List<CoHostResponsibility>
 ),
- required void updateYouAreCoHost( - 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,
});