visitDotShorthandPropertyAccess method

  1. @override
void visitDotShorthandPropertyAccess(
  1. DotShorthandPropertyAccess node
)
inherited

Implementation

@override
R? visitDotShorthandPropertyAccess(DotShorthandPropertyAccess node) {
  node.visitChildren(this);
  return null;
}