PassportElementErrorSourceFile constructor

const PassportElementErrorSourceFile({
  1. required int fileIndex,
})

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

Implementation

const PassportElementErrorSourceFile({
  required this.fileIndex,
});