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