scopeNamed static method

Scope scopeNamed(
  1. String name
)

Implementation

static Scope scopeNamed(String name) {
  return GenericScope(name);
}