quantity property
- @TagNumber.new(37)
Stores the quantity (in cents)
Implementation
@$pb.TagNumber(37)
$fixnum.Int64 get quantity => $_getI64(18);
- @TagNumber.new(37)
Implementation
@$pb.TagNumber(37)
set quantity($fixnum.Int64 value) => $_setInt64(18, value);