isLocked property

bool isLocked

Indicates if a lock has currently been acquired.

Implementation

bool get isLocked => (_rwMutex.isLocked);