PlayState constructor

PlayState(
  1. String playState,
  2. String playPath
)

Implementation

PlayState(this.playState, this.playPath);