resultSetAvailableToChildScopes property

Iterable<ResultSetAvailableInStatement> resultSetAvailableToChildScopes

All available result sets that can also be seen in child scopes.

Usually, this is the same list as the result sets being declared in this scope. However, some exceptions apply (see e.g. SourceScope).

Implementation

Iterable<ResultSetAvailableInStatement> get resultSetAvailableToChildScopes =>
    const Iterable.empty();