unitPrice property
- @TagNumber.new(16)
The unit price of the item (as supplied to the client)
Implementation
@$pb.TagNumber(16)
$fixnum.Int64 get unitPrice => $_getI64(5);
- @TagNumber.new(16)
Implementation
@$pb.TagNumber(16)
set unitPrice($fixnum.Int64 value) => $_setInt64(5, value);