fromJson static method
Implementation
static IdentifierSearchModel fromJson(String json) {
return ensureInitialized().decodeJson<IdentifierSearchModel>(json);
}
static IdentifierSearchModel fromJson(String json) {
return ensureInitialized().decodeJson<IdentifierSearchModel>(json);
}