InputPassportElementErrorSourceTranslationFiles constructor

const InputPassportElementErrorSourceTranslationFiles({
  1. required List<String> fileHashes,
})

The translation of the document contains an error. The error is considered resolved when the list of files changes

Implementation

const InputPassportElementErrorSourceTranslationFiles({
  required this.fileHashes,
});