units property

  1. @TagNumber.new(7)
Units get units

Optional. Specifies the units of measure for the display fields.

Implementation

@$pb.TagNumber(7)
$32.Units get units => $_getN(6);
  1. @TagNumber.new(7)
set units (Units v)

Implementation

@$pb.TagNumber(7)
set units($32.Units v) {
  setField(7, v);
}