ReactiveStreamBuilder<T> constructor
const
ReactiveStreamBuilder<T> ({})
Implementation
const ReactiveStreamBuilder({
super.key,
required this.notifier,
required this.onData,
this.onLoading,
this.onError,
this.onEmpty,
this.onDone,
});