MigrationManager constructor

MigrationManager(
  1. MigrationArtifactStoreReader _artifactStore, {
  2. String? runMode,
})

Creates a new migration manager.

Implementation

MigrationManager(this._artifactStore, {this.runMode});