menu
fuzzy package
documentation
bitap/data/match_index.dart
MatchIndex
MatchIndex constructor
MatchIndex constructor
dark_mode
light_mode
MatchIndex
constructor
MatchIndex
(
int
start
,
int
end
)
Instantiates a match location
Implementation
MatchIndex(this.start, this.end);
fuzzy package
documentation
bitap/data/match_index
MatchIndex
MatchIndex constructor
MatchIndex class