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