InputPassportElementErrorSourceUnspecified constructor

const InputPassportElementErrorSourceUnspecified({
  1. 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,
});