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
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
any
asBroadcastStream
asyncExpand
asyncMap
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
bool
isBroadcast
Reports whether this stream is a broadcast stream.
Source
bool get isBroadcast => false;