ListProductSetsResponse constructor
ListProductSetsResponse({
- String? nextPageToken,
- List<
ProductSet> ? productSets,
Implementation
ListProductSetsResponse({
this.nextPageToken,
this.productSets,
});