CreateProjectOutput constructor

CreateProjectOutput({
  1. Project? project,
})

Implementation

CreateProjectOutput({
  this.project,
});