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