error property

Exception error

Implementation

Exception get error => js_util.getProperty(this, 'error');
void error=(Exception newValue)

Implementation

set error(Exception newValue) {
  js_util.setProperty(this, 'error', newValue);
}