passportElementErrorSourceUnspecified property
The element contains an error in an unspecified place. The error will be considered resolved when new data is added
Implementation
PassportElementErrorSourceUnspecified?
get passportElementErrorSourceUnspecified {
if (this is PassportElementErrorSourceUnspecified) {
return this as PassportElementErrorSourceUnspecified;
}
return null;
}