isBroadcast property - Stream class - dart:async library (original) (raw)
bool getisBroadcast
Whether this stream is a broadcast stream.
Implementation
bool get isBroadcast => false;
bool getisBroadcast
Whether this stream is a broadcast stream.
bool get isBroadcast => false;