unitPrice property

  1. @TagNumber.new(16)
Int64 get unitPrice

The unit price of the item (as supplied to the client)

Implementation

@$pb.TagNumber(16)
$fixnum.Int64 get unitPrice => $_getI64(5);
  1. @TagNumber.new(16)
set unitPrice (Int64 value)

Implementation

@$pb.TagNumber(16)
set unitPrice($fixnum.Int64 value) => $_setInt64(5, value);