menu
flutter_sqlite package
documentation
flutter_sqlite.dart
PrimaryKey
PrimaryKey.new const constructor
PrimaryKey.new const constructor
dark_mode
light_mode
PrimaryKey
constructor
const
PrimaryKey
(
{
bool
autoIncrement
=
false
,
})
Implementation
const PrimaryKey({this.autoIncrement = false});
flutter_sqlite package
documentation
flutter_sqlite
PrimaryKey
PrimaryKey.new const constructor
PrimaryKey class