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