SearchSpelling constructor

SearchSpelling({
  1. String? correctedQuery,
  2. String? htmlCorrectedQuery,
})

Implementation

SearchSpelling({
  this.correctedQuery,
  this.htmlCorrectedQuery,
});