SpellResult constructor
SpellResult({
- String? suggestedQuery,
- SafeHtmlProto? suggestedQueryHtml,
- String? suggestionType,
Implementation
SpellResult({
this.suggestedQuery,
this.suggestedQueryHtml,
this.suggestionType,
});