stopped property

bool stopped

Returns true if stream has been stopped and cannot be resumed

This does not reflect actual player state. The sound may have been finished any moment before by reaching the end

Implementation

bool get stopped => _stopped;