pagination property

  1. @TagNumber.new(2)
PaginationResponse get pagination

Contains the total number of instances matching the query and the applied limit.

Implementation

@$pb.TagNumber(2)
$3.PaginationResponse get pagination => $_getN(1);
  1. @TagNumber.new(2)
set pagination (PaginationResponse value)

Implementation

@$pb.TagNumber(2)
set pagination($3.PaginationResponse value) => $_setField(2, value);