parentScope property

Scope? parentScope

RU: Метод возвращает родительский Scope.

ENG: The method returns the parent Scope.

return Scope

Implementation

Scope? get parentScope => _parentScope;