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