QChatGetByPageWithCursorResult constructor

QChatGetByPageWithCursorResult(
  1. bool? hasMore,
  2. int? nextTimeTag,
  3. String? cursor
)

Implementation

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