CheckRunEvent constructor

CheckRunEvent({
  1. String? action,
  2. CheckRun? checkRun,
  3. User? sender,
  4. Repository? repository,
})

Implementation

CheckRunEvent({
  this.action,
  this.checkRun,
  this.sender,
  this.repository,
});