DeleteProjectResponse constructor

DeleteProjectResponse({
  1. ProjectStatus? status,
})

Implementation

DeleteProjectResponse({
  this.status,
});