ParticipantListQuery constructor

ParticipantListQuery(
  1. {required String channelUrl,
  2. Chat? chat}
)

Implementation

ParticipantListQuery({
  required this.channelUrl,
  Chat? chat,
}) : super(chat: chat ?? SendbirdChat().chat);