Dart
dart:async
Stream
<
T
>
isBroadcast property
description
isBroadcast property
bool
isBroadcast
Whether this stream is a broadcast stream.
Implementation
bool
get
isBroadcast =>
false
;