pending property

bool pending

Implementation

bool get pending {
  return (_startTime == null && !_isPaused && playbackRate != 0) || _isCurrentTimePending;
}