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

description

bool getisBroadcast

override

Whether this stream is a broadcast stream.

Implementation

bool get isBroadcast => _stream.isBroadcast;