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