QChatSearchChannelByPageResult constructor Null safety

QChatSearchChannelByPageResult(
  1. bool? hasMore,
  2. int? nextTimeTag,
  3. {required List<QChatChannel>? channels,
  4. String? cursor}
)

Implementation

QChatSearchChannelByPageResult(bool? hasMore, int? nextTimeTag,
    {required this.channels, String? cursor})
    : super(hasMore, nextTimeTag, cursor);