paused property

bool paused

Implementation

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