scope property
      
      Scope
      get
      scope
      
    
    
The name lookup scope for this import prefix.
It consists of elements imported into the enclosing library with this prefix. The namespace combinators of the import directives are taken into account.
Implementation
Scope get scope;