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