IntegrityCheck constructor

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

Implementation

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