ReadableWritablePair<R, W> class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- ReadableWritablePair.new({ReadableStream? readable, WritableStream? writable})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
readable
↔ ReadableStream<
R> -
Available on ReadableWritablePair<
R, W> , provided by the ReadableWritablePair$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
writable
↔ WritableStream<
W> -
Available on ReadableWritablePair<
Provides a convenient, chainable way of piping this readable stream through a transform stream (or any other { writable, readable } pair). It simply pipes the stream into the writable side of the supplied pair, and returns the readable side for further use.R, W> , provided by the ReadableWritablePair$Typings extensiongetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited