SqlMigrationModel constructor

SqlMigrationModel(
  1. int version, {
  2. required List<String> commands,
})

Implementation

SqlMigrationModel(this.version, {required this.commands});