held property

Iterable<LockInfo> get held

Implementation

Iterable<LockInfo> get held => js_util.getProperty(this, 'held');
set held (Iterable<LockInfo> newValue)

Implementation

set held(Iterable<LockInfo> newValue) {
  js_util.setProperty(this, 'held', newValue);
}