CreateProjectResult constructor

CreateProjectResult({
  1. Project? project,
})

Implementation

CreateProjectResult({
  this.project,
});