QChatGetChannelsByPageParam constructor Null safety

QChatGetChannelsByPageParam(
  1. {required int serverId,
  2. required int timeTag,
  3. required int limit}
)

Implementation

QChatGetChannelsByPageParam(
    {required this.serverId, required this.timeTag, required this.limit});