menu
on_audio_room package
documentation
details/rooms/lastPlayed/last_played_entity.dart
LastPlayedEntity
LastPlayedEntity constructor
LastPlayedEntity constructor
dark_mode
light_mode
LastPlayedEntity
constructor
LastPlayedEntity
(
int
key
,
int
?
timePlayed
,
int
?
lastTimePlayed
)
Implementation
LastPlayedEntity( this.key, this.timePlayed, this.lastTimePlayed, );
on_audio_room package
documentation
details/rooms/lastPlayed/last_played_entity
LastPlayedEntity
LastPlayedEntity constructor
LastPlayedEntity class