MigrationConnection constructor

MigrationConnection()

Implementation

factory MigrationConnection() {
  Env().load();
  return _singleton;
}