ShippingClasses constructor

ShippingClasses({
  1. String? id,
  2. String? cost,
})

Implementation

ShippingClasses({this.id, this.cost});