Event<T> constructor
const
Event<T> ({
- required String key,
- T? data,
Implementation
const Event({required this.key, this.data});
const Event({required this.key, this.data});