Dart SDK
dart:async
Stream
isBroadcast
isBroadcast
Dart SDK
dart:async
Stream
isBroadcast
property
isBroadcast
Dart SDK
dart:async
Stream
Constructors
Stream
empty
eventTransformed
fromFuture
fromFutures
fromIterable
periodic
Properties
first
isBroadcast
isEmpty
last
length
single
hashCode
runtimeType
Operators
operator ==
Methods
any
asBroadcastStream
asyncExpand
asyncMap
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
bool
isBroadcast
Whether this stream is a broadcast stream.
Source
bool get isBroadcast => false;