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