pending property

List<LockInfo>? pending

Implementation

_i2.List<_i3.LockInfo>? get pending => ((_i4.getProperty(
      this,
      'pending',
    )) as _i2.List?)
        ?.cast();
void pending=(List<LockInfo>? value)

Implementation

set pending(_i2.List<_i3.LockInfo>? value) {
  _i4.setProperty(
    this,
    'pending',
    value ?? _i6.undefined,
  );
}