addVariableDeclarationStatement method

  1. @preferInline
void addVariableDeclarationStatement(
  1. void listener(
    1. VariableDeclarationStatement node
    )
)

Implementation

@preferInline
void addVariableDeclarationStatement(
    void Function(VariableDeclarationStatement node) listener) {
  nodeLintRegistry.addVariableDeclarationStatement(name, listener);
}