isNotStopped property

bool isNotStopped

Implementation

bool get isNotStopped {
  return isStopped != true;
}