ShippingMethod constructor

ShippingMethod({
  1. String? amount,
  2. String? detail,
  3. String? id,
  4. String? label,
})

Implementation

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