DescribeProjectResult constructor

DescribeProjectResult({
  1. ProjectDetails? details,
})

Implementation

DescribeProjectResult({
  this.details,
});