WooShippingMethodFreeShipping constructor

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

Implementation

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