Returns all direct child nodes (ordered). Leaf nodes return an empty list.
@override List<LatexNode> children() => cases.expand((c) => [c.$1, c.$2]).toList();