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