createScope static method
Create a new anonymous scope
Returns the created scope.
Implementation
static StructScope createScope() {
return StructScope();
}
Create a new anonymous scope
Returns the created scope.
static StructScope createScope() {
return StructScope();
}