EventData<T> constructor

EventData<T>({
  1. required T object,
})

Implementation

EventData({required this.object});