fromJson static method

DashboardPlotModel fromJson(
  1. String json
)

Implementation

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