EnvironmentTier constructor

EnvironmentTier({
  1. String? name,
  2. String? type,
  3. String? version,
})

Implementation

EnvironmentTier({
  this.name,
  this.type,
  this.version,
});