WooShippingZoneMethodOptions.fromJson constructor

WooShippingZoneMethodOptions.fromJson(
  1. Map<String, dynamic> json
)

Implementation

WooShippingZoneMethodOptions.fromJson(Map<String, dynamic> json) {
  taxable = json['taxable'];
  none = json['none'];
}