QChatSearchChannelByPageResult constructor Null safety
- bool? hasMore,
- int? nextTimeTag,
- {required List<
QChatChannel> ? channels, - String? cursor}
Implementation
QChatSearchChannelByPageResult(bool? hasMore, int? nextTimeTag,
{required this.channels, String? cursor})
: super(hasMore, nextTimeTag, cursor);