lastMilePrice property

  1. @TagNumber.new(13)
Price get lastMilePrice

Implementation

@$pb.TagNumber(13)
$7.Price get lastMilePrice => $_getN(10);
  1. @TagNumber.new(13)
set lastMilePrice (Price value)

Implementation

@$pb.TagNumber(13)
set lastMilePrice($7.Price value) => $_setField(13, value);