PullRequestComment constructor
PullRequestComment({ - int? id,
- String? diffHunk,
- String? path,
- int? position,
- int? originalPosition,
- String? commitId,
- String? originalCommitId,
- User? user,
- String? body,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? url,
- String? pullRequestUrl,
- Links? links,
})
Implementation
PullRequestComment({
this.id,
this.diffHunk,
this.path,
this.position,
this.originalPosition,
this.commitId,
this.originalCommitId,
this.user,
this.body,
this.createdAt,
this.updatedAt,
this.url,
this.pullRequestUrl,
this.links,
});