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