Insight constructor
Insight({
- GenericInsight? genericInsight,
- MigrationInsight? migrationInsight,
Implementation
Insight({
this.genericInsight,
this.migrationInsight,
});