ShippingOption constructor
ShippingOption({
- String? id,
- bool? selected,
- String? label,
- ShippingOptionType? type,
- UnitAmount? amount,
Implementation
ShippingOption({this.id, this.selected, this.label, this.type, this.amount});