CalcTerm constructor
CalcTerm(
- Object value,
- String text,
- LiteralTerm expr,
- SourceSpan? span,
Implementation
CalcTerm(Object value, String text, this.expr, SourceSpan? span)
: super(value, text, span);