streamErrorCode property

num? get streamErrorCode

Implementation

_i2.num? get streamErrorCode => _i4.getProperty(
      this,
      'streamErrorCode',
    );
set streamErrorCode (num? value)

Implementation

set streamErrorCode(_i2.num? value) {
  _i4.setProperty(
    this,
    'streamErrorCode',
    value ?? _i6.undefined,
  );
}