ExTerm constructor

ExTerm(
  1. dynamic value,
  2. String t,
  3. SourceSpan? span
)

Implementation

ExTerm(value, String t, SourceSpan? span) : super(value, t, span);