Convenience method to return all non-null expressions.
List<MathExpr> get exprList => [control, endExpr, stepExpr].nonNulls.toList();