restoreScope method

void restoreScope(
  1. Scope next
)
inherited

Implementation

void restoreScope(Scope next) {
  scope = next;
}