isBroadcast property
override
Whether this stream is a broadcast stream.
Implementation
bool get isBroadcast => _controller.stream.isBroadcast;
Whether this stream is a broadcast stream.
bool get isBroadcast => _controller.stream.isBroadcast;