Flutter
stream_channel
StreamChannel
<
T
>
stream property
stream
stream
property
Null safety
Stream
<
T
>
stream
The single-subscription stream that emits values from the other endpoint.
Implementation
Stream<T> get stream;
Flutter
stream_channel
StreamChannel
<
T
>
stream property
StreamChannel class
Constructors
StreamChannel
withCloseGuarantee
withGuarantees
Properties
hashCode
runtimeType
sink
stream
Methods
cast
changeSink
changeStream
noSuchMethod
pipe
toString
transform
transformSink
transformStream
Operators
operator ==