UpdateProjectResult constructor

UpdateProjectResult({
  1. ProjectDetails? details,
})

Implementation

UpdateProjectResult({
  this.details,
});