DashboardResponseModel constructor

DashboardResponseModel({
  1. String? drillDownChartId,
  2. bool? showLabel,
  3. bool? hideInsights,
  4. bool? hideHeaderDenomination,
  5. String? projectId,
  6. String? chartType,
  7. String? visualizationCode,
  8. List<DashboardChartDataModel>? data,
})

Implementation

DashboardResponseModel({
  this.drillDownChartId,
  this.showLabel,
  this.hideInsights,
  this.hideHeaderDenomination,
  this.projectId,
  this.chartType,
  this.visualizationCode,
  this.data,
}) : super();