A broadcast stream representation of a StateNotifier.
StateNotifier
Stream<T> get stream { _controller ??= StreamController<T>.broadcast(); return _controller!.stream; }