@override Map? visitVariableDeclarationStatement(VariableDeclarationStatement node) { return _visitNode(node.variables); }