UpdateProjectOutput constructor

UpdateProjectOutput({
  1. Project? project,
})

Implementation

UpdateProjectOutput({
  this.project,
});