SearchSpelling.fromJson constructor
SearchSpelling.fromJson(
- Map json_
Implementation
SearchSpelling.fromJson(core.Map json_)
: this(
correctedQuery: json_['correctedQuery'] as core.String?,
htmlCorrectedQuery: json_['htmlCorrectedQuery'] as core.String?,
);