deleteCommentToEntity static method
Implementation
static domain.DeleteComment deleteCommentToEntity(infra.DeleteCommentResponse response) =>
domain.DeleteComment(
ok: response.ok,
activityState: response.activityState,
activityPoints: response.activityPoints,
message: response.message,
);