passportElementErrorSourceTranslationFiles property

PassportElementErrorSourceTranslationFiles? passportElementErrorSourceTranslationFiles

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

Implementation

PassportElementErrorSourceTranslationFiles?
    get passportElementErrorSourceTranslationFiles {
  if (this is PassportElementErrorSourceTranslationFiles) {
    return this as PassportElementErrorSourceTranslationFiles;
  }
  return null;
}