menu
fuzzy package
documentation
data/fuzzy_options.dart
FuzzyOptions<T>
keys property
keys property
dark_mode
light_mode
keys
property
List
<
WeightedKey
<
T
>
>
keys
final
List of weighted getters to properties that will be searched
Implementation
final List<WeightedKey<T>> keys;
fuzzy package
documentation
data/fuzzy_options
FuzzyOptions<T>
keys property
FuzzyOptions class