isLocked property

FutureOr<bool> get isLocked

Indicates whether the protect is currently locked.

Implementation

static FutureOr<bool> get isLocked => _guards['mutex']?.isLocked == true;