OnMigratorMySQL constructor

OnMigratorMySQL({
  1. required String database,
})

Implementation

OnMigratorMySQL({required this.database});