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