MostPlayedEntity constructor

MostPlayedEntity(
  1. int key,
  2. int? timePlayed,
  3. int? lastTimePlayed,
  4. int playCount,
)

Implementation

MostPlayedEntity(
  this.key,
  this.timePlayed,
  this.lastTimePlayed,
  this.playCount,
);