FractionTerm constructor

FractionTerm(
  1. Object value,
  2. String text,
  3. SourceSpan? span
)

Implementation

FractionTerm(super.value, super.text, super.span);