WooProductAttributeTermSelf.fromJson constructor

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

Implementation

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