menu
analyzer package
documentation
dart/ast/visitor.dart
SimpleAstVisitor<R>
visitDotShorthandPropertyAccess method
visitDotShorthandPropertyAccess method
dark_mode
light_mode
visitDotShorthandPropertyAccess
method
@
override
R?
visitDotShorthandPropertyAccess
(
DotShorthandPropertyAccess
node
)
override
Implementation
@override R? visitDotShorthandPropertyAccess(DotShorthandPropertyAccess node) => null;
analyzer package
documentation
dart/ast/visitor
SimpleAstVisitor<R>
visitDotShorthandPropertyAccess method
SimpleAstVisitor class