MessageParticipantsOptions constructor

MessageParticipantsOptions(
  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 void updateIsMessagesModalVisible(
    1. bool
    ),
  8. required void updateDirectMessageDetails(
    1. Participant?
    ),
  9. required void updateStartDirectMessage(
    1. bool
    )}
)

Implementation

MessageParticipantsOptions({
  required this.coHostResponsibility,
  required this.participant,
  required this.member,
  required this.islevel,
  this.showAlert,
  required this.coHost,
  required this.updateIsMessagesModalVisible,
  required this.updateDirectMessageDetails,
  required this.updateStartDirectMessage,
});