DashboardResponseSearchModel constructor

DashboardResponseSearchModel({
  1. String? projectId,
  2. String? visualizationCode,
  3. String? chartType,
  4. String? date,
})

Implementation

DashboardResponseSearchModel({
  this.projectId,
  this.visualizationCode,
  this.chartType,
  this.date,
}) : super();