GitHubWebhookCheckSuite constructor

const GitHubWebhookCheckSuite({
  1. required String headSha,
  2. required GitHubWebhookCheckSuiteApp app,
  3. String? conclusion,
  4. String? headBranch,
  5. List<GitHubWebhookCheckSuitePullRequests>? pullRequests,
})

Implementation

const GitHubWebhookCheckSuite({
  required this.headSha,
  required this.app,
  this.conclusion,
  this.headBranch,
  this.pullRequests,
});