DashboardPlotModel constructor

DashboardPlotModel({
  1. String? strValue,
  2. String? label,
  3. String? name,
  4. String? value,
  5. String? symbol,
  6. String? projectId,
  7. String? chartType,
  8. String? visualizationCode,
})

Implementation

DashboardPlotModel({
  this.strValue,
  this.label,
  this.name,
  this.value,
  this.symbol,
  this.projectId,
  this.chartType,
  this.visualizationCode,
}) : super();