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