addInterpolationElement method

  1. @preferInline
void addInterpolationElement(
  1. void listener(
    1. InterpolationElement node
    )
)

Implementation

@preferInline
void addInterpolationElement(
    void Function(InterpolationElement node) listener) {
  nodeLintRegistry.addInterpolationElement(name, listener);
}