menu
analyzer package
documentation
dart/ast/ast.dart
AstVisitor2<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
AstVisitor2<R>
visitDotShorthandPropertyAccess abstract method
AstVisitor2 class