InputPassportElementErrorSourceTranslationFile constructor
const
InputPassportElementErrorSourceTranslationFile({
- required String fileHash,
One of the files containing the translation of the document contains an error. The error is considered resolved when the file with the translation changes
Implementation
const InputPassportElementErrorSourceTranslationFile({
required this.fileHash,
});