QChatUpdateChannelBlackWhiteRolesParam constructor Null safety
- {required int channelId,
- required int serverId,
- required QChatChannelBlackWhiteType type,
- required int roleId,
- required QChatChannelBlackWhiteOperateType operateType}
Implementation
QChatUpdateChannelBlackWhiteRolesParam(
{required this.channelId,
required this.serverId,
required this.type,
required this.roleId,
required this.operateType});