isPaused method

bool isPaused()

是否已暂停 / Is paused

Implementation

bool isPaused() {
  return _state?.isPaused() ?? false;
}