$ShippingWeight constructor

$ShippingWeight({
  1. String? unit,
  2. double? value,
})

Implementation

$ShippingWeight({this.unit, this.value});