addDotShorthandPropertyAccess method

  1. @preferInline
void addDotShorthandPropertyAccess(
  1. void listener(
    1. DotShorthandPropertyAccess node
    )
)

Implementation

@preferInline
void addDotShorthandPropertyAccess(
    void Function(DotShorthandPropertyAccess node) listener) {
  nodeLintRegistry.addDotShorthandPropertyAccess(name, listener);
}