Dart
dart:async
Stream
<
T
>
Stream constructor
Stream
description
Stream<
T
>
constructor
Null safety
Stream<
T
>
(
)
Implementation
Stream();
Dart
dart:async
Stream
<
T
>
Stream constructor
Stream class
Constructors
Stream
empty
error
eventTransformed
fromFuture
fromFutures
fromIterable
multi
periodic
value
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 ==
Static methods
castFrom