@override Map? visitMapLiteralEntry(MapLiteralEntry node) { return _buildMapLiteralEntry(_visitNode(node.key), _visitNode(node.value)); }