SuggestModel constructor
SuggestModel({
- int? found,
- String? query,
- List<
SuggestionMatch> ? suggestions,
Implementation
SuggestModel({
this.found,
this.query,
this.suggestions,
});