Event<T> constructor

const Event<T>({
  1. required String key,
  2. T? data,
})

Implementation

const Event({required this.key, this.data});