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