ShopifySmartCollectionResponse constructor

ShopifySmartCollectionResponse({
  1. List<SmartCollections>? smartCollections,
  2. PageLink? pageLink,
})

Implementation

ShopifySmartCollectionResponse({this.smartCollections, this.pageLink});