menu
archery
archery/core/orm/model/model.dart
InstanceDatabaseOps
<
T extends Model
>
id property
id
dark_mode
light_mode
id
property
int
?
id
getter/setter pair
inherited
Primary key (auto-incremented by backend).
Implementation
int? id;
archery
model
InstanceDatabaseOps
<
T extends Model
>
id property
InstanceDatabaseOps mixin