MigrationInsight constructor

MigrationInsight({
  1. ComputeEngineMigrationTarget? computeEngineTarget,
  2. FitDescriptor? fit,
})

Implementation

MigrationInsight({
  this.computeEngineTarget,
  this.fit,
});