InputPassportElementErrorSourceUnspecified constructor
const
InputPassportElementErrorSourceUnspecified({
- required String elementHash,
The element contains an error in an unspecified place. The error will be considered resolved when new data is added
Implementation
const InputPassportElementErrorSourceUnspecified({
required this.elementHash,
});