isReplayValueStream property

bool isReplayValueStream
final

Whether or not the stream emits the last value like BehaviorSubject does.

Defaults to true.

Implementation

final bool isReplayValueStream;