DescribeProjectResponse constructor

DescribeProjectResponse({
  1. required ProjectDescription project,
})

Implementation

DescribeProjectResponse({
  required this.project,
});