OnMigratorSQLite constructor

OnMigratorSQLite({
  1. String schema = 'main',
})

Implementation

OnMigratorSQLite({this.schema = 'main'});