Env constructor

Env()

Implementation

factory Env() {
  return _singleton;
}