unitPrice property

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

The optional unit price of this family

Implementation

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

Implementation

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