stopped property

bool get stopped

Implementation

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