CFEvent constructor

const CFEvent({
  1. required String key,
  2. required dynamic value,
  3. required CFEventType type,
})

Implementation

const CFEvent({required this.key, required this.value, required this.type});