factory LockManagerSnapshot({ _i2.List<_i3.LockInfo>? held, _i2.List<_i3.LockInfo>? pending, }) => LockManagerSnapshot._( held: held, pending: pending, );