QChatGetChannelBlackWhiteRolesByPageParam constructor Null safety

QChatGetChannelBlackWhiteRolesByPageParam(
  1. {required QChatChannelBlackWhiteType type,
  2. required int serverId,
  3. required int channelId,
  4. required int timeTag,
  5. int? limit}
)

Implementation

QChatGetChannelBlackWhiteRolesByPageParam(
    {required this.type,
    required this.serverId,
    required this.channelId,
    required this.timeTag,
    this.limit});