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