Migrator constructor

Migrator(
  1. GeneratedDatabase _db
)

Used internally by drift when opening the database.

Implementation

Migrator(this._db);