EventAction<T> constructor
const
EventAction<T> (
- T event, {
- dynamic data,
Implementation
const EventAction(
this.event, {
this.data,
});
const EventAction(
this.event, {
this.data,
});