menu
fuzzy package
documentation
data/result.dart
ResultsAndWeights<T>
ResultsAndWeights constructor
ResultsAndWeights constructor
dark_mode
light_mode
ResultsAndWeights<
T
>
constructor
ResultsAndWeights<
T
>
(
{
required
List
<
Result
<
T
>
>
results
,
required
Map
<
String
,
double
>
weights
,
})
Instantiates it
Implementation
ResultsAndWeights({ required this.results, required this.weights, });
fuzzy package
documentation
data/result
ResultsAndWeights<T>
ResultsAndWeights constructor
ResultsAndWeights class