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