results property
emits CommandResultStreamBuilder
because you have all state information at one place.
Implementation
Observable<CommandResult<TResult>> get results => _commandResultsSubject;
emits CommandResultStreamBuilder
because you have all state information at one place.
Observable<CommandResult<TResult>> get results => _commandResultsSubject;