isBroadcast property
inherited
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;
}