Indicates whether the protect is currently locked.
static FutureOr<bool> get isLocked => _guards['mutex']?.locked == true;