menu
rx package
documentation
events.dart
NextEvent<T>
NextEvent const constructor
NextEvent const constructor
dark_mode
light_mode
NextEvent<
T
>
constructor
const
NextEvent<
T
>
(
T
value
)
Implementation
const NextEvent(this.value);
rx package
documentation
events
NextEvent<T>
NextEvent const constructor
NextEvent class