updateAvatarToEntity static method
Implementation
static domain.UpdateAvatar updateAvatarToEntity(
infra.UpdateParticipantAvatarResponse response,
) {
return domain.UpdateAvatar(
ok: response.ok,
message: response.message,
);
}
static domain.UpdateAvatar updateAvatarToEntity(
infra.UpdateParticipantAvatarResponse response,
) {
return domain.UpdateAvatar(
ok: response.ok,
message: response.message,
);
}