passportElementErrorSourceFiles property
The list of attached files contains an error. The error will be considered resolved when the list of files changes
Implementation
PassportElementErrorSourceFiles? get passportElementErrorSourceFiles {
if (this is PassportElementErrorSourceFiles) {
return this as PassportElementErrorSourceFiles;
}
return null;
}