QChatGetByPageWithCursorResult constructor Null safety
Implementation
QChatGetByPageWithCursorResult(bool? hasMore, int? nextTimeTag, this.cursor)
: super(hasMore: hasMore ?? false, nextTimeTag: nextTimeTag);
QChatGetByPageWithCursorResult(bool? hasMore, int? nextTimeTag, this.cursor)
: super(hasMore: hasMore ?? false, nextTimeTag: nextTimeTag);