GetProductsResponse constructor

GetProductsResponse({
  1. String? formatVersion,
  2. String? nextToken,
  3. List<Object>? priceList,
})

Implementation

GetProductsResponse({
  this.formatVersion,
  this.nextToken,
  this.priceList,
});