PassportElementErrorSourceTranslationFile constructor

const PassportElementErrorSourceTranslationFile({
  1. required int fileIndex,
})

One of files with the translation of the document contains an error. The error will be considered resolved when the file changes

Implementation

const PassportElementErrorSourceTranslationFile({
  required this.fileIndex,
});