PassportElementErrorSourceDataField constructor
const
PassportElementErrorSourceDataField({
- required String fieldName,
One of the data fields contains an error. The error will be considered resolved when the value of the field changes
Implementation
const PassportElementErrorSourceDataField({
required this.fieldName,
});