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