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