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