Iterable<LockInfo> get pending => js_util.getProperty(this, 'pending');
set pending(Iterable<LockInfo> newValue) { js_util.setProperty(this, 'pending', newValue); }