AutocompleteEntry constructor

AutocompleteEntry({
  1. required ScriptRange range,
  2. required String text,
  3. required Uint32List matchedIndices,
})

Implementation

AutocompleteEntry({
  required this.range,
  required this.text,
  required this.matchedIndices,
});