pagination property
Pagination contains the total number of projects matching the query and the applied limit.
Implementation
@$pb.TagNumber(1)
$3.PaginationResponse get pagination => $_getN(0);
Implementation
@$pb.TagNumber(1)
set pagination($3.PaginationResponse value) => $_setField(1, value);