QChatSubscribeChannelParam constructor Null safety

QChatSubscribeChannelParam(
  1. {required QChatSubscribeType type,
  2. required QChatSubscribeOperateType operateType,
  3. required List<QChatChannelIdInfo>? channelIdInfos}
)

Implementation

QChatSubscribeChannelParam(
    {required this.type,
    required this.operateType,
    required this.channelIdInfos});