MacSignResponse constructor

MacSignResponse({
  1. String? mac,
  2. String? macCrc32c,
  3. String? name,
  4. String? protectionLevel,
  5. bool? verifiedDataCrc32c,
})

Implementation

MacSignResponse({
  this.mac,
  this.macCrc32c,
  this.name,
  this.protectionLevel,
  this.verifiedDataCrc32c,
});