InputPassportElementErrorSourceSelfie constructor

const InputPassportElementErrorSourceSelfie({
  1. required String fileHash,
})

The selfie contains an error. The error is considered resolved when the file with the selfie changes

Implementation

const InputPassportElementErrorSourceSelfie({
  required this.fileHash,
});