isStopped property

bool get isStopped
inherited

Indicates if the Worker has been stopped.

Implementation

bool get isStopped => _stopped != null;