quantity property
- @TagNumber.new(1)
The quantity (has to be int currently, since certain locations might need negative values, such as "required quantity" responses)
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get quantity => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set quantity($fixnum.Int64 value) => $_setInt64(0, value);