EnvironmentImage constructor

EnvironmentImage({
  1. String? description,
  2. String? name,
  3. List<String>? versions,
})

Implementation

EnvironmentImage({
  this.description,
  this.name,
  this.versions,
});