WooShippingZoneMethodOptions constructor

WooShippingZoneMethodOptions({
  1. String? taxable,
  2. String? none,
})

Implementation

WooShippingZoneMethodOptions({this.taxable, this.none});