WooShippingZoneMethodClassCost91 constructor

WooShippingZoneMethodClassCost91({
  1. String? id,
  2. String? label,
  3. String? description,
  4. String? type,
  5. String? value,
  6. String? classCost91Default,
  7. String? tip,
  8. String? placeholder,
})

Implementation

WooShippingZoneMethodClassCost91(
    {this.id,
    this.label,
    this.description,
    this.type,
    this.value,
    this.classCost91Default,
    this.tip,
    this.placeholder});