menu
rxdart package
documentation
rxdart.dart
TakeUntilStreamTransformer<S, T>
otherStream property
otherStream property
dark_mode
light_mode
otherStream
property
Stream
<
T
>
otherStream
final
The
Stream
which closes this
Stream
as soon as it emits an event.
Implementation
final Stream<T> otherStream;
rxdart package
documentation
rxdart
TakeUntilStreamTransformer<S, T>
otherStream property
TakeUntilStreamTransformer class