Insight constructor

Insight({
  1. GenericInsight? genericInsight,
  2. MigrationInsight? migrationInsight,
})

Implementation

Insight({
  this.genericInsight,
  this.migrationInsight,
});