isStopped property

bool isStopped

Returns true if is already stopped. See stop.

Implementation

bool get isStopped => _stopped ?? false;