UpdateProjectResult constructor

UpdateProjectResult({
  1. Project? project,
})

Implementation

UpdateProjectResult({
  this.project,
});