InputPassportElementErrorSourceFiles constructor

const InputPassportElementErrorSourceFiles({
  1. required List<String> fileHashes,
})

The list of attached files contains an error. The error is considered resolved when the file list changes

Implementation

const InputPassportElementErrorSourceFiles({
  required this.fileHashes,
});