copyWith method
Implementation
InputPassportElementErrorSourceTranslationFile copyWith({String? fileHash}) =>
InputPassportElementErrorSourceTranslationFile(
fileHash: fileHash ?? this.fileHash,
);
InputPassportElementErrorSourceTranslationFile copyWith({String? fileHash}) =>
InputPassportElementErrorSourceTranslationFile(
fileHash: fileHash ?? this.fileHash,
);