error property

String error

Implementation

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

Implementation

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