doNotScope property

  1. @protected
Uri? doNotScope
final

Originating file URL.

If non-null, references to symbols in this URL are not scoped.

Workaround for https://github.com/dart-lang/code_builder/issues/148.

Implementation

@protected
final Uri? doNotScope;