isBroadcast property - Stream class - dart:async library (original) (raw)

description

bool getisBroadcast

Whether this stream is a broadcast stream.

Implementation

bool get isBroadcast => false;