WooProductCategoryCollection.fromJson constructor

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

Implementation

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