GitHubReview constructor

GitHubReview({
  1. required GitHubUser user,
  2. int? id,
  3. String? body,
  4. String? commitId,
  5. GitHubReviewState? state,
})

Implementation

GitHubReview(
    {required this.user, this.id, this.body, this.commitId, this.state});