ShippingOption constructor

ShippingOption({
  1. String? id,
  2. bool? selected,
  3. String? label,
  4. ShippingOptionType? type,
  5. UnitAmount? amount,
})

Implementation

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