Value constructor

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

Implementation

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