InputPassportElementErrorSourceFrontSide constructor

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

The front side of the document contains an error. The error is considered resolved when the file with the front side of the document changes

Implementation

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