dataWithEmptyErrors method

Stream<DATA> dataWithEmptyErrors()

Model's data stream with state information dropped. Emits error event on upstream error state when upstream has no data DATA Source model data type

Implementation

Stream<DATA> dataWithEmptyErrors() => getData((state) => null == state.data);