fromJson static method

SearchResultHit fromJson(
  1. String json
)

Implementation

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