ResponseCopyProofDetection constructor

ResponseCopyProofDetection({
  1. Canvas? canvas,
  2. Classification? classification,
  3. bool? emailSent,
  4. Object? object,
  5. Originals? originals,
  6. String? pid,
  7. Qrcode? qrcode,
})

Implementation

ResponseCopyProofDetection(
    {this.canvas,
    this.classification,
    this.emailSent,
    this.object,
    this.originals,
    this.pid,
    this.qrcode});