visitMapLiteralEntry method
Implementation
@override
R? visitMapLiteralEntry(MapLiteralEntry node) {
node.visitChildren2(this);
return null;
}
@override
R? visitMapLiteralEntry(MapLiteralEntry node) {
node.visitChildren2(this);
return null;
}