SqliteMigration constructor
      
      SqliteMigration(
    
    
- int toVersion,
- SqliteMigrationFunction fn, {
- SqliteDownMigration? downMigration,
Implementation
SqliteMigration(this.toVersion, this.fn, {this.downMigration});