get static method
Implementation
static AbstractScope get(String name, Environment environment) {
Type type = scopes[name]!;
return environment.get(type: type);
}
static AbstractScope get(String name, Environment environment) {
Type type = scopes[name]!;
return environment.get(type: type);
}