menu
rx package
documentation
testing.dart
TestEventSequence<T>
events property
events property
dark_mode
light_mode
events
property
List
<
TestEvent
<
T
>
>
events
final
Sequence of
TestEvent
instances.
Implementation
final List<TestEvent<T>> events;
rx package
documentation
testing
TestEventSequence<T>
events property
TestEventSequence class