inputPassportElementErrorSourceUnspecified property

InputPassportElementErrorSourceUnspecified? inputPassportElementErrorSourceUnspecified

The element contains an error in an unspecified place. The error will be considered resolved when new data is added

Implementation

InputPassportElementErrorSourceUnspecified?
    get inputPassportElementErrorSourceUnspecified {
  if (this is InputPassportElementErrorSourceUnspecified) {
    return this as InputPassportElementErrorSourceUnspecified;
  }
  return null;
}