ImageRelease constructor

ImageRelease({
  1. String? description,
  2. String? imageFamily,
  3. String? imageName,
  4. String? releaseName,
})

Implementation

ImageRelease({
  this.description,
  this.imageFamily,
  this.imageName,
  this.releaseName,
});