QChatGetExistingChannelBlackWhiteMembersParam constructor Null safety
- {required QChatChannelBlackWhiteType type,
- required int serverId,
- required int channelId,
- required List<
String> accids}
Implementation
QChatGetExistingChannelBlackWhiteMembersParam(
{required this.type,
required this.serverId,
required this.channelId,
required this.accids});