AllWaitingRoomMembersData constructor

AllWaitingRoomMembersData({
  1. List<WaitingRoomParticipant>? waitingParticipants,
  2. List<WaitingRoomParticipant>? waitingParticipantss,
})

Implementation

AllWaitingRoomMembersData({
  this.waitingParticipants,
  this.waitingParticipantss,
});