empty static method

Environment empty()
override

create Environment Empty

Implementation

static Environment empty() {
  return Environment({});
}