scope property
Scope
get
scope
Return the name lookup scope for this library. It consists of elements that are either declared in the library, or imported into it.
Implementation
Scope get scope;
Return the name lookup scope for this library. It consists of elements that are either declared in the library, or imported into it.
Scope get scope;