EventAction<T> constructor

const EventAction<T>(
  1. T event, {
  2. dynamic data,
})

Implementation

const EventAction(
  this.event, {
  this.data,
});