Value constructor

Value({
  1. required String text,
  2. SourceRange? range,
  3. Specificity? specificity,
})

Implementation

Value({required this.text, this.range, this.specificity});