menu
analyzer package
documentation
dart/ast/visitor.dart
DelegatingAstVisitor<T>
delegates property
delegates property
dark_mode
light_mode
delegates
property
Iterable
<
AstVisitor
<
T
>
>
delegates
final
The delegates whose visit methods will be invoked.
Implementation
final Iterable<AstVisitor<T>> delegates;
analyzer package
documentation
dart/ast/visitor
DelegatingAstVisitor<T>
delegates property
DelegatingAstVisitor class