InputPassportElementErrorSourceReverseSide constructor

const InputPassportElementErrorSourceReverseSide({
  1. 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,
});