customError property

bool get customError

Implementation

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

Implementation

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