Gets the size expression from the children, or null if no expression provided.
Node<dynamic, LangVal>? get childExpr => children.firstOrNull as Node<dynamic, LangVal>?;