pending property

bool get pending

Implementation

bool get pending => js_util.getProperty(this, 'pending');
set pending (bool newValue)

Implementation

set pending(bool newValue) {
  js_util.setProperty(this, 'pending', newValue);
}