isNotFinishedAndNotStopped property

bool isNotFinishedAndNotStopped

Implementation

bool get isNotFinishedAndNotStopped => isNotFinished && isNotStopped;