DashboardChartDataModel constructor
DashboardChartDataModel({
- String? headerName,
- String? headerSymbol,
- String? headerValue,
- String? projectId,
- String? chartType,
- String? visualizationCode,
- InsightModel? insight,
- List<
DashboardPlotModel> ? plots,
Implementation
DashboardChartDataModel({
this.headerName,
this.headerSymbol,
this.headerValue,
this.projectId,
this.chartType,
this.visualizationCode,
this.insight,
this.plots,
}) : super();