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