quantityDescriptor property

  1. @TagNumber.new(7)
QuantityDescriptorType get quantityDescriptor

Describes the quantity behavior of this asset.

Implementation

@$pb.TagNumber(7)
$15.QuantityDescriptorType get quantityDescriptor => $_getN(6);
  1. @TagNumber.new(7)
set quantityDescriptor (QuantityDescriptorType v)

Implementation

@$pb.TagNumber(7)
set quantityDescriptor($15.QuantityDescriptorType v) { setField(7, v); }