inputPassportElementErrorSourceSelfie property

InputPassportElementErrorSourceSelfie? inputPassportElementErrorSourceSelfie

The selfie contains an error. The error is considered resolved when the file with the selfie changes

Implementation

InputPassportElementErrorSourceSelfie?
    get inputPassportElementErrorSourceSelfie {
  if (this is InputPassportElementErrorSourceSelfie) {
    return this as InputPassportElementErrorSourceSelfie;
  }
  return null;
}