passportElementErrorSourceFile property
The file contains an error. The error will be considered resolved when the file changes
Implementation
PassportElementErrorSourceFile? get passportElementErrorSourceFile {
if (this is PassportElementErrorSourceFile) {
return this as PassportElementErrorSourceFile;
}
return null;
}