passportElementErrorSourceReverseSide property

PassportElementErrorSourceReverseSide? passportElementErrorSourceReverseSide

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

Implementation

PassportElementErrorSourceReverseSide?
    get passportElementErrorSourceReverseSide {
  if (this is PassportElementErrorSourceReverseSide) {
    return this as PassportElementErrorSourceReverseSide;
  }
  return null;
}