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