isPageBased property

bool get isPageBased

Returns true if the pagination is page based

Implementation

bool get isPageBased => this is PagePagination;