menu
analyzer package
documentation
dart/ast/visitor.dart
SimpleAstVisitor2<R>
visitCompoundAssignment method
visitCompoundAssignment method
dark_mode
light_mode
visitCompoundAssignment
method
@experimental
@
override
R?
visitCompoundAssignment
(
CompoundAssignment
node
)
override
Implementation
@experimental @override R? visitCompoundAssignment(CompoundAssignment node) => null;
analyzer package
documentation
dart/ast/visitor
SimpleAstVisitor2<R>
visitCompoundAssignment method
SimpleAstVisitor2 class