nextCursor property

String? get nextCursor

Next cursor for cursor-based pagination.

Implementation

String? get nextCursor => value.nextCursor;