menu
flutter_orm package
documentation
annotations/entity_annotations.dart
PrimaryKey
PrimaryKey const constructor
PrimaryKey const constructor
dark_mode
light_mode
PrimaryKey
constructor
const
PrimaryKey
(
{
String
?
name
,
bool
autoGenerate
=
false
,
})
Implementation
const PrimaryKey({ this.name, this.autoGenerate = false, });
flutter_orm package
documentation
annotations/entity_annotations
PrimaryKey
PrimaryKey const constructor
PrimaryKey class