streamErrorCode property

int get streamErrorCode

Implementation

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

Implementation

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