Flutter
dart:async
StreamView
<
T
>
StreamView const constructor
StreamView
StreamView class
Constructors
StreamView
Properties
isBroadcast
first
hashCode
isEmpty
last
length
runtimeType
single
Methods
asBroadcastStream
listen
any
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
StreamView<
T
> constructor
const
StreamView<
T
>
(
Stream
<
T
>
stream
)
Implementation
const StreamView(Stream<T> stream) : _stream = stream, super._internal();