CreateProjectResult constructor

CreateProjectResult({
  1. ProjectDetails? details,
})

Implementation

CreateProjectResult({
  this.details,
});