WooShippingMethodLocalPickup constructor

WooShippingMethodLocalPickup({
  1. int? id,
  2. String? title,
  3. String? methodId,
  4. bool? taxable,
  5. String? cost,
})

Implementation

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