MigrationRunner constructor

MigrationRunner(
  1. DartApiDB db, {
  2. String migrationsPath = 'migrations',
})

Implementation

MigrationRunner(this.db, {this.migrationsPath = 'migrations'});