scope property

  1. @visibleForOverriding
Scope? get scope
inherited

For any Referable where an analyzer Scope exists (or can be constructed), implement this. This will take priority over lookups via referenceChildren. Can be cached.

Implementation

@visibleForOverriding
Scope? get scope => null;