secondaryUomId property

  1. @TagNumber.new(39)
Int64 get secondaryUomId

Stores an optional secondary unit of component

Implementation

@$pb.TagNumber(39)
$fixnum.Int64 get secondaryUomId => $_getI64(8);
  1. @TagNumber.new(39)
set secondaryUomId (Int64 value)

Implementation

@$pb.TagNumber(39)
set secondaryUomId($fixnum.Int64 value) => $_setInt64(8, value);