PlayerState constructor
PlayerState(
- Track? track,
- double playbackSpeed,
- int playbackPosition,
- PlayerOptions playbackOptions,
- PlayerRestrictions playbackRestrictions, {
- required bool isPaused,
Implementation
PlayerState(
this.track,
this.playbackSpeed,
this.playbackPosition,
this.playbackOptions,
this.playbackRestrictions, {
required this.isPaused,
});