errorCode property

int errorCode

Implementation

int get errorCode => js_util.getProperty(this, 'errorCode');
void errorCode=(int newValue)

Implementation

set errorCode(int newValue) {
  js_util.setProperty(this, 'errorCode', newValue);
}