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