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