setShippingCost method

dynamic setShippingCost(
  1. double value
)

Implementation

setShippingCost(double value) {
  _shippingCost = value;
}