PullRequestHead constructor
- String? label,
- String? ref,
- String? sha,
- User? user,
- Repository? repo,
Implementation
PullRequestHead({this.label, this.ref, this.sha, this.user, this.repo});
PullRequestHead({this.label, this.ref, this.sha, this.user, this.repo});