MacVerifyRequest constructor

MacVerifyRequest({
  1. String? data,
  2. String? dataCrc32c,
  3. String? mac,
  4. String? macCrc32c,
})

Implementation

MacVerifyRequest({
  this.data,
  this.dataCrc32c,
  this.mac,
  this.macCrc32c,
});