PullRequestReviewComment constructor

PullRequestReviewComment({
  1. String? authorAssociation,
  2. String? body,
  3. String? bodyHtml,
  4. String? bodyText,
  5. String? commitId,
  6. DateTime? createdAt,
  7. String? diffHunk,
  8. String? htmlUrl,
  9. int? id,
  10. int? inReplyToId,
  11. int? line,
  12. ReviewLinks? links,
  13. String? nodeId,
  14. String? originalCommitId,
  15. int? originalLine,
  16. int? originalPosition,
  17. int? originalStartLine,
  18. String? path,
  19. int? position,
  20. int? pullRequestReviewId,
  21. String? pullRequestUrl,
  22. ReactionRollup? reactions,
  23. String? side,
  24. int? startLine,
  25. String? startSide,
  26. String? subjectType,
  27. DateTime? updatedAt,
  28. String? url,
  29. User? user,
})

Implementation

PullRequestReviewComment({
  this.authorAssociation,
  this.body,
  this.bodyHtml,
  this.bodyText,
  this.commitId,
  this.createdAt,
  this.diffHunk,
  this.htmlUrl,
  this.id,
  this.inReplyToId,
  this.line,
  this.links,
  this.nodeId,
  this.originalCommitId,
  this.originalLine,
  this.originalPosition,
  this.originalStartLine,
  this.path,
  this.position,
  this.pullRequestReviewId,
  this.pullRequestUrl,
  this.reactions,
  this.side,
  this.startLine,
  this.startSide,
  this.subjectType,
  this.updatedAt,
  this.url,
  this.user,
});