IntegrityCheck constructor

IntegrityCheck({
  1. bool? readEmrtd,
  2. bool? docLiveness,
})

Implementation

IntegrityCheck({this.readEmrtd, this.docLiveness});