menu
redstonex package
documentation
database-core/base_entity.dart
BaseEntity<V>
updatedAt property
updatedAt property
dark_mode
light_mode
updatedAt
property
@ColumnInfo.new(name: 'updated_at')
String
updatedAt
final
updated time
Implementation
@ColumnInfo(name: 'updated_at') final String updatedAt;
redstonex package
documentation
database-core/base_entity
BaseEntity<V>
updatedAt property
BaseEntity class