Dart
dart:async
Stream
<
T
>
isBroadcast property
isBroadcast
Stream class
Constructors
Stream
empty
eventTransformed
fromFuture
fromFutures
fromIterable
periodic
Properties
first
isBroadcast
isEmpty
last
length
single
hashCode
runtimeType
Methods
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
transform
where
noSuchMethod
toString
Operators
operator ==
Static methods
castFrom
isBroadcast property
bool
isBroadcast
Whether this stream is a broadcast stream.
Implementation
bool get isBroadcast => false;