CreatePullRequestComment constructor

CreatePullRequestComment(
  1. String? body,
  2. String? commitId,
  3. String? path,
  4. int? position,
)

Implementation

CreatePullRequestComment(this.body, this.commitId, this.path, this.position);