VerifyCheck constructor

const VerifyCheck({
  1. required String what,
  2. String? where,
  3. String? why,
})

Implementation

const VerifyCheck({required this.what, this.where, this.why});