menu
rx package
documentation
testing.dart
WrappedEvent<T>
WrappedEvent const constructor
WrappedEvent const constructor
dark_mode
light_mode
WrappedEvent<
T
>
constructor
const
WrappedEvent<
T
>
(
int
index
,
Event
<
T
>
event
)
Implementation
const WrappedEvent(super.index, this.event);
rx package
documentation
testing
WrappedEvent<T>
WrappedEvent const constructor
WrappedEvent class