copyWith method

Implementation

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