Visits the immediate children of this node.
@override forEach(callback) { callback(condition); callback(then); if (otherwise != null) callback(otherwise!); }