Value constructor
Value({
- required String text,
- SourceRange? range,
- Specificity? specificity,
Implementation
Value({required this.text, this.range, this.specificity});