PlaybackState constructor

const PlaybackState({
  1. String? token,
  2. int? offsetInMilliseconds,
  3. String? playerActivity,
})

Implementation

const PlaybackState({
  this.token,
  this.offsetInMilliseconds,
  this.playerActivity,
});