playingRouteState property

set playingRouteState (PlayingRoute routeState)

Implementation

set playingRouteState(PlayingRoute routeState) {
  _playingRouteState = routeState;
}