isLocked property
bool
get
isLocked
Indicates if a lock has currently been acquired.
Implementation
bool get isLocked => (_rwMutex.isLocked);
Indicates if a lock has currently been acquired.
bool get isLocked => (_rwMutex.isLocked);