toJson method

String toJson()

Implementation

String toJson() {
  return DashboardChartDataModelMapper.ensureInitialized()
      .encodeJson<DashboardChartDataModel>(this as DashboardChartDataModel);
}