isCursorBased property
bool
get
isCursorBased
Returns true if the pagination is cursor based
Implementation
bool get isCursorBased => this is CursorPagination;
Returns true if the pagination is cursor based
bool get isCursorBased => this is CursorPagination;