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