isBroadcast property
Whether this stream is a broadcast stream.
Implementation
@override
bool get isBroadcast {
return (_stream != null) ? _stream.isBroadcast : false;
}
Whether this stream is a broadcast stream.
@override
bool get isBroadcast {
return (_stream != null) ? _stream.isBroadcast : false;
}