LiteralTerm constructor

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

Implementation

LiteralTerm(this.value, this.text, SourceSpan? span) : super(span);