FreeShipping constructor

FreeShipping({
  1. int? id,
  2. String? title,
  3. String? methodId,
  4. String? cost,
  5. String? minimumOrderAmount,
})

Implementation

FreeShipping(
    {this.id, this.title, this.methodId, this.cost, this.minimumOrderAmount});