held property

List<LockInfo>? get held

Implementation

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

Implementation

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