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