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