isStopped property

bool isStopped

Implementation

bool get isStopped =>
    _status == null || _status == IsolateFlutterStatus.Stopped;