isRootScope method

bool isRootScope()

Implementation

bool isRootScope() {
  return ScopeDefinition.ROOT_SCOPE_ID == scopeId;
}