fromJson static method

NameSearchModel fromJson(
  1. String json
)

Implementation

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