ExtraData constructor

const ExtraData({
  1. DetectBlurAndBrightSpot? detectBlurAndBrightSpot,
  2. bool? difficultToRead,
  3. bool? entireDocumentNotInFrame,
  4. String? documentType,
  5. bool? wrongSide,
  6. bool? fingerCover,
})

Implementation

const ExtraData({
  this.detectBlurAndBrightSpot,
  this.difficultToRead,
  this.entireDocumentNotInFrame,
  this.documentType,
  this.wrongSide,
  this.fingerCover,
});