menu
on_audio_room package
documentation
details/rooms/song_entity.dart
SongEntity
id property
id property
dark_mode
light_mode
id
property
@HiveField(2)
int
id
getter/setter pair
The
id
gerenated by the platform for a specific song/audio.
Important:
Cannot be
Null
.
Implementation
@HiveField(2) late int id;
on_audio_room package
documentation
details/rooms/song_entity
SongEntity
id property
SongEntity class