nextCursor property
String?
get
nextCursor
Next cursor for cursor-based pagination.
Implementation
String? get nextCursor => value.nextCursor;
Next cursor for cursor-based pagination.
String? get nextCursor => value.nextCursor;