isBroadcast property

bool isBroadcast
inherited

Whether this stream is a broadcast stream.

Implementation

@override
bool get isBroadcast {
  return (stream != null) ? stream.isBroadcast : false;
}