CreateCodeReviewResponse constructor

CreateCodeReviewResponse({
  1. CodeReview? codeReview,
})

Implementation

CreateCodeReviewResponse({
  this.codeReview,
});