addCollectionElement method

  1. @preferInline
void addCollectionElement(
  1. void listener(
    1. CollectionElement node
    )
)

Implementation

@preferInline
void addCollectionElement(void Function(CollectionElement node) listener) {
  nodeLintRegistry.addCollectionElement(name, listener);
}