copyWith method

Implementation

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