InsightModel constructor

InsightModel({
  1. String? colorCode,
  2. String? indicator,
  3. String? name,
  4. String? value,
  5. String? chartType,
  6. String? visualizationCode,
  7. String? projectId,
})

Implementation

InsightModel({
  this.colorCode,
  this.indicator,
  this.name,
  this.value,
  this.chartType,
  this.visualizationCode,
  this.projectId,
}) : super();