WooShippingZoneMethod constructor
WooShippingZoneMethod({
- int? instanceId,
- String? title,
- int? order,
- bool? enabled,
- String? methodId,
- String? methodTitle,
- String? methodDescription,
- WooShippingZoneMethodSettings? settings,
- WooShippingZoneMethodLinks? links,
Implementation
WooShippingZoneMethod(
{this.instanceId,
this.title,
this.order,
this.enabled,
this.methodId,
this.methodTitle,
this.methodDescription,
this.settings,
this.links});