visitDotShorthandConstructorInvocation method
void
visitDotShorthandConstructorInvocation(
- DotShorthandConstructorInvocation node
inherited
Implementation
@override
R? visitDotShorthandConstructorInvocation(
DotShorthandConstructorInvocation node,
) {
node.visitChildren(this);
return null;
}