menu
on_audio_room package
documentation
details/rooms/song_entity.dart
SongEntity
title property
title property
dark_mode
light_mode
title
property
@HiveField(9)
String
title
getter/setter pair
The
title
from a specific song/audio.
Important:
Cannot be
Null
.
Implementation
@HiveField(9) late String title;
on_audio_room package
documentation
details/rooms/song_entity
SongEntity
title property
SongEntity class