SmartCollectionResponse constructor

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

Implementation

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