AutocompleteEntry constructor
AutocompleteEntry({
- required ScriptRange range,
- required String text,
- required Uint32List matchedIndices,
Implementation
AutocompleteEntry({
required this.range,
required this.text,
required this.matchedIndices,
});