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