returns true if the lock is currently locked.
@override bool get locked => _locks.every((it) => it.locked);