menu
rxdart package
documentation
rxdart.dart
TakeWhileInclusiveStreamTransformer<S>
test property
test property
dark_mode
light_mode
test
property
bool
Function
(
S
)
test
final
Method used to test incoming events
Implementation
final bool Function(S) test;
rxdart package
documentation
rxdart
TakeWhileInclusiveStreamTransformer<S>
test property
TakeWhileInclusiveStreamTransformer class