DescribeProductsResponse constructor

DescribeProductsResponse({
  1. required List<Product> products,
  2. String? nextToken,
})

Implementation

DescribeProductsResponse({
  required this.products,
  this.nextToken,
});