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