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