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