fromJson static method

SearchResult fromJson(
  1. String json
)

Implementation

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