pending property

Iterable<LockInfo> get pending

Implementation

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

Implementation

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