RemoveParticipantsOptions constructor

RemoveParticipantsOptions(
  1. {required List<CoHostResponsibility> coHostResponsibility,
  2. required Participant participant,
  3. required String member,
  4. required String islevel,
  5. ShowAlert? showAlert,
  6. required String coHost,
  7. required List<Participant> participants,
  8. Socket? socket,
  9. required String roomName,
  10. required void updateParticipants(
    1. List<Participant>
    )}
)

Implementation

RemoveParticipantsOptions({
  required this.coHostResponsibility,
  required this.participant,
  required this.member,
  required this.islevel,
  this.showAlert,
  required this.coHost,
  required this.participants,
  this.socket,
  required this.roomName,
  required this.updateParticipants,
});