QChatGetQuickCommentsParam constructor Null safety
- {required int serverId,
- required int channelId,
- List<
QChatMessage> ? msgList}
Implementation
QChatGetQuickCommentsParam(
{required this.serverId, required this.channelId, this.msgList});
QChatGetQuickCommentsParam(
{required this.serverId, required this.channelId, this.msgList});