updateBlogResponseToEntity static method
Implementation
static domain.UpdateBlog updateBlogResponseToEntity(infra.UpdateBlogResponse response) => domain.UpdateBlog(
ok: response.ok,
message: response.message,
executionError: response.executionError,
);