CatalogItemsResponse constructor

CatalogItemsResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. List<CatalogObject>? items,
  4. List<String>? matchedVariationIds,
})

Implementation

CatalogItemsResponse({
  this.cursor, this.errors, this.items, this.matchedVariationIds
});