PlayerState constructor

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

Implementation

PlayerState(this.playing, this.processingState);