error property

dynamic error

Implementation

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

Implementation

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