fromJson static method

DashboardChartDataModel fromJson(
  1. String json
)

Implementation

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