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