roundOff property

  1. @TagNumber.new(18)
Int64 get roundOff

The applicable round off amount (optional, and can be positive or negative)

Implementation

@$pb.TagNumber(18)
$fixnum.Int64 get roundOff => $_getI64(9);
  1. @TagNumber.new(18)
set roundOff (Int64 value)

Implementation

@$pb.TagNumber(18)
set roundOff($fixnum.Int64 value) => $_setInt64(9, value);