menu
sqlite_handler package
documentation
model.dart
Model
Model.new constructor
Model.new constructor
dark_mode
light_mode
Model
constructor
Model
(
{
required
String
table
,
})
Implementation
Model({required String table}) : super(table);
sqlite_handler package
documentation
model
Model
Model.new constructor
Model class