StateStream<T> constructor
const
StateStream<T> (
- Stream<
T?> stream, - T mapper()
Implementation
const StateStream(
this.stream,
this.mapper,
);
const StateStream(
this.stream,
this.mapper,
);