Dart
dart:async
StreamView
<
T
>
isBroadcast property
isBroadcast
description
isBroadcast
property
Null safety
bool
isBroadcast
override
Whether this stream is a broadcast stream.
Implementation
bool get isBroadcast => _stream.isBroadcast;
Dart
dart:async
StreamView
<
T
>
isBroadcast property
StreamView class
Constructors
StreamView
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 ==