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