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