createScope static method
Creates a child scope from the active scope.
name is used for debugging.
Implementation
static LevitScope createScope(String name) {
return currentScope.createScope(name);
}
Creates a child scope from the active scope.
name is used for debugging.
static LevitScope createScope(String name) {
return currentScope.createScope(name);
}