InputPassportElementErrorSourceReverseSide constructor
const
InputPassportElementErrorSourceReverseSide({
- required String fileHash,
The reverse side of the document contains an error. The error is considered resolved when the file with the reverse side of the document changes
Implementation
const InputPassportElementErrorSourceReverseSide({
required this.fileHash,
});