WooShippingZoneLocationCollection.fromJson constructor

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

Implementation

WooShippingZoneLocationCollection.fromJson(Map<String, dynamic> json) {
  href = json['href'];
}