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