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