secondaryQuantity property

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

Stores an optional quantity in the secondary unit of component

Implementation

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

Implementation

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