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