pagination property
Paginate and sort the results using a limit, offset and sorting.
Implementation
@$pb.TagNumber(2)
$3.PaginationRequest get pagination => $_getN(1);
Implementation
@$pb.TagNumber(2)
set pagination($3.PaginationRequest value) => $_setField(2, value);