isBroadcast property

bool isBroadcast
inherited

Returns whether the Stream<State> is a broadcast stream.

Implementation

bool get isBroadcast => _stateSubject.isBroadcast;