WooShippingMethodLocations.fromJson constructor

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

Implementation

WooShippingMethodLocations.fromJson(Map<String, dynamic> json) {
  code = json['code'];
  type = json['type'];
}