secondaryQuantity property
- @TagNumber.new(39)
Stores an optional quantity in the secondary unit of component
Implementation
@$pb.TagNumber(39)
$fixnum.Int64 get secondaryQuantity => $_getI64(6);
- @TagNumber.new(39)
Implementation
@$pb.TagNumber(39)
set secondaryQuantity($fixnum.Int64 value) => $_setInt64(6, value);