menu
on_audio_room package
documentation
details/rooms/mostPlayed/most_played_entity.dart
MostPlayedEntity
MostPlayedEntity constructor
MostPlayedEntity constructor
dark_mode
light_mode
MostPlayedEntity
constructor
MostPlayedEntity
(
int
key
,
int
?
timePlayed
,
int
?
lastTimePlayed
,
int
playCount
,
)
Implementation
MostPlayedEntity( this.key, this.timePlayed, this.lastTimePlayed, this.playCount, );
on_audio_room package
documentation
details/rooms/mostPlayed/most_played_entity
MostPlayedEntity
MostPlayedEntity constructor
MostPlayedEntity class