PullRequestHead constructor

PullRequestHead(
  1. {String? label,
  2. String? ref,
  3. String? sha,
  4. User? user,
  5. Repository? repo}
)

Implementation

PullRequestHead({
  this.label,
  this.ref,
  this.sha,
  this.user,
  this.repo,
});