isLocked property

bool isLocked

Indicates if a lock has been acquired and not released.

Implementation

bool get isLocked => (_rwMutex.isLocked);