secondaryQuantity property

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

Stores an optional quantity in the secondary unit of component

Implementation

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

Implementation

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