RxLoaderState<T> constructor

RxLoaderState<T>(Stream<CommandResult<T>> commandResults)

Implementation

RxLoaderState(this.commandResults);