cursor property
Cursor?
get
cursor
An opaque token representing the current pagination position.
If provided, the server should return results starting after this cursor.
Implementation
Cursor? get cursor => _value['cursor'] as Cursor?;