shippingCost property

  1. @TagNumber(5)
double get shippingCost

@doc An optional shipping cost that will be added to the total.

Implementation

@$pb.TagNumber(5)
$core.double get shippingCost => $_getN(4);
  1. @TagNumber(5)
set shippingCost (double value)

Implementation

@$pb.TagNumber(5)
set shippingCost($core.double value) => $_setDouble(4, value);