CalcTerm constructor

CalcTerm(
  1. Object value,
  2. String text,
  3. LiteralTerm expr,
  4. SourceSpan? span,
)

Implementation

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