fromJson static method
Implementation
static SearchResultHit fromJson(String json) {
return ensureInitialized().decodeJson<SearchResultHit>(json);
}
static SearchResultHit fromJson(String json) {
return ensureInitialized().decodeJson<SearchResultHit>(json);
}