WooProductCategoryLinks constructor

WooProductCategoryLinks({
  1. List<WooProductCategorySelf>? self,
  2. List<WooProductCategoryCollection>? collection,
})

Implementation

WooProductCategoryLinks({this.self, this.collection});