Environment constructor

const Environment(
  1. String name
)

default constructor

Implementation

const Environment(this.name);