WooShippingZoneMethodType constructor

WooShippingZoneMethodType({
  1. String? id,
  2. String? label,
  3. String? description,
  4. String? type,
  5. String? value,
  6. String? typeDefault,
  7. String? tip,
  8. String? placeholder,
  9. WooShippingZoneMethodOptions? options,
})

Implementation

WooShippingZoneMethodType(
    {this.id,
    this.label,
    this.description,
    this.type,
    this.value,
    this.typeDefault,
    this.tip,
    this.placeholder,
    this.options});