ProductCategoryCollection constructor

ProductCategoryCollection({
  1. String? collectionId,
  2. int? position,
})

Implementation

ProductCategoryCollection({this.collectionId, this.position});