QChatSubscribeChannelParam constructor Null safety
- {required QChatSubscribeType type,
- required QChatSubscribeOperateType operateType,
- required List<
QChatChannelIdInfo> channelIdInfos}
Implementation
QChatSubscribeChannelParam(
{required this.type,
required this.operateType,
required this.channelIdInfos});