Collects all split IDs reachable from this node.
@override Set<String> splitIds() => <String>{ splitId, ...first.splitIds(), ...second.splitIds(), };