DashboardChartDataModel constructor

DashboardChartDataModel({
  1. String? headerName,
  2. String? headerSymbol,
  3. String? headerValue,
  4. String? projectId,
  5. String? chartType,
  6. String? visualizationCode,
  7. InsightModel? insight,
  8. List<DashboardPlotModel>? plots,
})

Implementation

DashboardChartDataModel({
  this.headerName,
  this.headerSymbol,
  this.headerValue,
  this.projectId,
  this.chartType,
  this.visualizationCode,
  this.insight,
  this.plots,
}) : super();