passportElementErrorSourceDataField property
One of the data fields contains an error. The error will be considered resolved when the value of the field changes
Implementation
PassportElementErrorSourceDataField? get passportElementErrorSourceDataField {
if (this is PassportElementErrorSourceDataField) {
return this as PassportElementErrorSourceDataField;
}
return null;
}