MigrationManager constructor
MigrationManager(
- MigrationArtifactStoreReader _artifactStore, {
- String? runMode,
Creates a new migration manager.
Implementation
MigrationManager(this._artifactStore, {this.runMode});