MacVerifyResponse constructor

MacVerifyResponse({
  1. String? name,
  2. String? protectionLevel,
  3. bool? success,
  4. bool? verifiedDataCrc32c,
  5. bool? verifiedMacCrc32c,
  6. bool? verifiedSuccessIntegrity,
})

Implementation

MacVerifyResponse({
  this.name,
  this.protectionLevel,
  this.success,
  this.verifiedDataCrc32c,
  this.verifiedMacCrc32c,
  this.verifiedSuccessIntegrity,
});