visitCollectionElement method
Category fallback for all collection elements (expressions, spread, if/for elements, map literal entries).
Implementation
T? visitCollectionElement(SCollectionElement node) => visitNode(node);
Category fallback for all collection elements (expressions, spread, if/for elements, map literal entries).
T? visitCollectionElement(SCollectionElement node) => visitNode(node);