InputPassportElementErrorSourceSelfie constructor
const
InputPassportElementErrorSourceSelfie({
- 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,
});