CreatePullRequestCommentRequest constructor
CreatePullRequestCommentRequest({
- String? parent,
- PullRequestComment? pullRequestComment,
Implementation
CreatePullRequestCommentRequest({this.parent, this.pullRequestComment});