PassportElementErrorSourceTranslationFile constructor
const
PassportElementErrorSourceTranslationFile({
- 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,
});