inputPassportElementErrorSourceReverseSide property

InputPassportElementErrorSourceReverseSide? inputPassportElementErrorSourceReverseSide

The reverse side of the document contains an error. The error is considered resolved when the file with the reverse side of the document changes

Implementation

InputPassportElementErrorSourceReverseSide?
    get inputPassportElementErrorSourceReverseSide {
  if (this is InputPassportElementErrorSourceReverseSide) {
    return this as InputPassportElementErrorSourceReverseSide;
  }
  return null;
}