scope property
The name lookup scope for this library.
It consists of elements that are either declared in the library, or imported into it.
Implementation
@Deprecated('Use CompilationUnitElement.scope')
Scope get scope;
The name lookup scope for this library.
It consists of elements that are either declared in the library, or imported into it.
@Deprecated('Use CompilationUnitElement.scope')
Scope get scope;