CheckSuiteEvent constructor

CheckSuiteEvent({
  1. String? action,
  2. CheckSuite? checkSuite,
  3. Repository? repository,
  4. User? sender,
})

Implementation

CheckSuiteEvent({
  this.action,
  this.checkSuite,
  this.repository,
  this.sender,
});