PagePaginationDriver<RequestType extends TrayRequest, ResultType> constructor
PagePaginationDriver<RequestType extends TrayRequest, ResultType> (})
Implementation
PagePaginationDriver(
RequestType request, {
this.firstPage = 1,
this.pageProperty = 'page',
}) : super(request);