playing property

bool get playing

Implementation

bool get playing {
  return status.value == PlayerStatus.playing;
}