CatalogImage constructor

CatalogImage({
  1. String? name,
  2. String? caption,
  3. String? url,
  4. String? photoStudioOrderId,
})

Implementation

CatalogImage({
  this.name, this.caption, this.url, this.photoStudioOrderId
});