Environment constructor

Environment({
  1. String? arn,
  2. ConnectionType? connectionType,
  3. String? description,
  4. String? id,
  5. EnvironmentLifecycle? lifecycle,
  6. String? name,
  7. String? ownerArn,
  8. EnvironmentType? type,
})

Implementation

Environment({
  this.arn,
  this.connectionType,
  this.description,
  this.id,
  this.lifecycle,
  this.name,
  this.ownerArn,
  this.type,
});