results property
emits CommandResult<TRESULT> the combined state of the command, which is often easier in combination with Flutter StreamBuilder
because you have all state information at one place.
Implementation
Stream<CommandResult<TResult>> get results => _commandResultsSubject;