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