copyWith method

PassportElementTemporaryRegistration copyWith({
  1. PersonalDocument? temporaryRegistration,
})

Implementation

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