copyWith method

InputPassportElementErrorSourceFile copyWith({
  1. String? fileHash,
})

Implementation

InputPassportElementErrorSourceFile copyWith({String? fileHash}) =>
    InputPassportElementErrorSourceFile(fileHash: fileHash ?? this.fileHash);