copyWith method
Implementation
PassportElementTemporaryRegistration copyWith({
PersonalDocument? temporaryRegistration,
}) => PassportElementTemporaryRegistration(
temporaryRegistration: temporaryRegistration ?? this.temporaryRegistration,
);
PassportElementTemporaryRegistration copyWith({
PersonalDocument? temporaryRegistration,
}) => PassportElementTemporaryRegistration(
temporaryRegistration: temporaryRegistration ?? this.temporaryRegistration,
);