abort property
WritableStreamErrorCallback?
get
abort
Implementation
_i3.WritableStreamErrorCallback? get abort => _i4.getProperty(
this,
'abort',
);
set
abort
(WritableStreamErrorCallback? value)
Implementation
set abort(_i3.WritableStreamErrorCallback? value) {
_i4.setProperty(
this,
'abort',
value ?? _i6.undefined,
);
}