WooProductShippingClassCollection.fromJson constructor

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

Implementation

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