max property
- @TagNumber.new(5)
Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get max => $_getI64(3);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set max($fixnum.Int64 v) {
$_setInt64(3, v);
}