exprList property

List<MathExpr> get exprList

Convenience method to return all non-null expressions.

Implementation

List<MathExpr> get exprList => [control, endExpr, stepExpr].nonNulls.toList();