ShippingMethod constructor

ShippingMethod({
  1. String? id,
  2. bool? selected,
  3. String? label,
  4. ShippingMethodType? type,
  5. UnitPrice? amount,
})

Implementation

ShippingMethod({this.id, this.selected, this.label, this.type, this.amount});