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