SpellResult constructor

SpellResult({
  1. String? suggestedQuery,
  2. SafeHtmlProto? suggestedQueryHtml,
  3. String? suggestionType,
})

Implementation

SpellResult({
  this.suggestedQuery,
  this.suggestedQueryHtml,
  this.suggestionType,
});