passportElementErrorSourceSelfie property

PassportElementErrorSourceSelfie? passportElementErrorSourceSelfie

The selfie with the document contains an error. The error will be considered resolved when the file with the selfie changes

Implementation

PassportElementErrorSourceSelfie? get passportElementErrorSourceSelfie {
  if (this is PassportElementErrorSourceSelfie) {
    return this as PassportElementErrorSourceSelfie;
  }
  return null;
}