streamErrorCode property

int streamErrorCode

Implementation

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

Implementation

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