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