Gets the direct child node list of a node Delegates to the LatexNode's self-describing children() method
static List<LatexNode> childrenOf(LatexNode node) => node.children();