isNotStopped property

bool get isNotStopped

Implementation

bool get isNotStopped {
  return isStopped != true;
}