menu
dormql package
documentation
dorm.dart
Id
Id.new const constructor
Id.new const constructor
dark_mode
light_mode
Id
constructor
const
Id
(
{
bool
autoIncrement
=
true
,
String
?
strategy
=
'AUTOINCREMENT'
,
})
Implementation
const Id({ this.autoIncrement = true, this.strategy = 'AUTOINCREMENT', });
dormql package
documentation
dorm
Id
Id.new const constructor
Id class