Kek constructor

Kek({
  1. required String? key,
  2. required String? kcv,
})

Implementation

Kek({required this.key, required this.kcv});