PlayerState constructor

const PlayerState(
  1. ProcessingState processingState,
  2. bool playing
)

Creates a new player state

Implementation

const PlayerState(this.processingState, this.playing);