scope property
Scope
get
scope
The scope used to resolve names within this compilation unit.
It includes all of the elements that are declared in the library, and all of the elements imported into this unit or parent units.
Implementation
Scope get scope;