Result<T> constructor
- {T item,
- List<
ResultDetails< matches = const [],T> > - double score = 0}
Instantiates it
Implementation
Result({
this.item,
this.matches = const [],
this.score = 0,
});
Instantiates it
Result({
this.item,
this.matches = const [],
this.score = 0,
});