DescribeCodeReviewResponse constructor

DescribeCodeReviewResponse({
  1. CodeReview? codeReview,
})

Implementation

DescribeCodeReviewResponse({
  this.codeReview,
});