ListProductsInProductSetResponse constructor

ListProductsInProductSetResponse({
  1. String? nextPageToken,
  2. List<Product>? products,
})

Implementation

ListProductsInProductSetResponse({this.nextPageToken, this.products});