updateUserToEntity static method
Implementation
static domain.UpdateUser updateUserToEntity(
infra.UpdateParticipantResponse response,
) {
return domain.UpdateUser(
ok: response.ok,
message: response.message,
);
}
static domain.UpdateUser updateUserToEntity(
infra.UpdateParticipantResponse response,
) {
return domain.UpdateUser(
ok: response.ok,
message: response.message,
);
}