WooProductTagLinks constructor

WooProductTagLinks({
  1. List<WooProductTagSelf>? self,
  2. List<WooProductTagCollection>? collection,
})

Implementation

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