isLocked property

bool get isLocked

Returns true if the mutex is locked.

Implementation

bool get isLocked => _isLocked;