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