QChatGetQuickCommentsParam constructor Null safety

QChatGetQuickCommentsParam(
  1. {required int serverId,
  2. required int channelId,
  3. List<QChatMessage>? msgList}
)

Implementation

QChatGetQuickCommentsParam(
    {required this.serverId, required this.channelId, this.msgList});