CatalogResponse constructor

CatalogResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. String? latestTime,
  4. List<CatalogObject>? objects,
  5. List<CatalogObject>? relatedObjects,
  6. String? updatedAt,
  7. List<CatalogIdMapping>? idMappings,
  8. CatalogObject? image,
  9. CatalogInfoResponseLimits? limits,
  10. StandardUnitDescriptionGroup? standardUnitDescriptionGroup,
})

Implementation

CatalogResponse({
  this.cursor, this.errors, this.latestTime, this.objects,
  this.relatedObjects, this.updatedAt, this.idMappings, this.image, this.limits,
this.standardUnitDescriptionGroup
});