ShippingMethod constructor
ShippingMethod({
- String? id,
- bool? selected,
- String? label,
- ShippingMethodType? type,
- UnitPrice? amount,
Implementation
ShippingMethod({this.id, this.selected, this.label, this.type, this.amount});