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