LockManagerSnapshot constructor

LockManagerSnapshot({
  1. List<LockInfo>? held,
  2. List<LockInfo>? pending,
})

Implementation

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