isBroadcast property

  1. @override
bool isBroadcast
inherited

Whether this stream is a broadcast stream.

Implementation

@override
bool get isBroadcast => controller.stream.isBroadcast;