customError property

bool customError

Implementation

bool get customError => js_util.getProperty(this, 'customError');
void customError=(bool newValue)

Implementation

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