menu
sql_data_helper package
documentation
sql_migration_model.dart
SqlMigrationModel
SqlMigrationModel.new constructor
SqlMigrationModel.new constructor
dark_mode
light_mode
SqlMigrationModel
constructor
SqlMigrationModel
(
int
version
, {
required
List
<
String
>
commands
,
})
Implementation
SqlMigrationModel(this.version, {required this.commands});
sql_data_helper package
documentation
sql_migration_model
SqlMigrationModel
SqlMigrationModel.new constructor
SqlMigrationModel class