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