beginScope method

void beginScope()

Implementation

void beginScope() {
  scopes.push({});
}