fromJson static method

UserSearchModel fromJson(
  1. String json
)

Implementation

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