limit property
The maximum number of results to return.
Applies after all other constraints.
Requires:
- The value must be greater than or equal to zero if specified.
Implementation
@$pb.TagNumber(5)
$0.Int32Value get limit => $_getN(4);
Implementation
@$pb.TagNumber(5)
set limit($0.Int32Value v) {
setField(5, v);
}