MigrationManager constructor

const MigrationManager(
  1. Set<Migration> migrations
)

Implementation

const MigrationManager(this.migrations);