WooShippingZoneMethodSelf.fromJson constructor

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

Implementation

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