ShippingMethods constructor

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

Implementation

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