fromJson static method

SearchResults fromJson(
  1. String json
)

Implementation

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