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