isCursorBased property

bool get isCursorBased

Returns true if the pagination is cursor based

Implementation

bool get isCursorBased => this is CursorPagination;