copyWith method

Implementation

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