isStopped property

bool isStopped

Indicates if the Worker has been stopped.

Implementation

bool get isStopped => _stopped != null;