childExpr property

Node<dynamic, LangVal<LangType>>? get childExpr

Gets the size expression from the children, or null if no expression provided.

Implementation

Node<dynamic, LangVal>? get childExpr =>
    children.firstOrNull as Node<dynamic, LangVal>?;