menu
analyzer package
documentation
dart/ast/ast.dart
AstVisitor<R>
visitDotShorthandPropertyAccess abstract method
visitDotShorthandPropertyAccess abstract method
dark_mode
light_mode
visitDotShorthandPropertyAccess
abstract method
R?
visitDotShorthandPropertyAccess
(
DotShorthandPropertyAccess
node
)
Implementation
R? visitDotShorthandPropertyAccess(DotShorthandPropertyAccess node);
analyzer package
documentation
dart/ast/ast
AstVisitor<R>
visitDotShorthandPropertyAccess abstract method
AstVisitor class