menu
redstonex package
documentation
database-core/base_entity.dart
BaseEntity<V>
id property
id property
dark_mode
light_mode
id
property
@PrimaryKey.new(autoGenerate: true)
int
?
id
final
primary key
Implementation
@PrimaryKey(autoGenerate: true) final int? id;
redstonex package
documentation
database-core/base_entity
BaseEntity<V>
id property
BaseEntity class