CFEvent constructor
- required String key,
- required dynamic value,
- required CFEventType type,
Implementation
const CFEvent({required this.key, required this.value, required this.type});
const CFEvent({required this.key, required this.value, required this.type});