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