visitDotShorthandPropertyAccess method

  1. @override
R? visitDotShorthandPropertyAccess(
  1. DotShorthandPropertyAccess node
)
override

Implementation

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