isBroadcast property
inherited
Returns whether the Stream<State>
is a broadcast stream.
Implementation
bool get isBroadcast => _stateSubject.isBroadcast;
Returns whether the Stream<State>
is a broadcast stream.
bool get isBroadcast => _stateSubject.isBroadcast;