roundOff property
- @TagNumber.new(17)
The applicable round off amount (optional, and can be positive or negative)
Implementation
@$pb.TagNumber(17)
$fixnum.Int64 get roundOff => $_getI64(14);
- @TagNumber.new(17)
Implementation
@$pb.TagNumber(17)
set roundOff($fixnum.Int64 value) => $_setInt64(14, value);