tee property
(ReadableStream<R> , ReadableStream<R> ) Function()
get
tee
Implementation
(
_i3.ReadableStream<R>,
_i3.ReadableStream<R>,
)
Function() get tee => () => _i4.callMethod(
_i4.getProperty(
this,
'tee',
),
r'call',
[this],
);
set
tee
((ReadableStream<R> , ReadableStream<R> ) value())
Implementation
set tee(
(
_i3.ReadableStream<R>,
_i3.ReadableStream<R>,
)
Function()
value) {
_i4.setProperty(
this,
'tee',
_i4.allowInterop(() => [
() => value().$1,
() => value().$2,
]),
);
}