isStopped property

bool isStopped

Returns whether the action has been stopped.

Implementation

bool get isStopped => _action.isStopped;