CheckSuiteEvent constructor
CheckSuiteEvent({
- String? action,
- CheckSuite? checkSuite,
- Repository? repository,
- User? sender,
Implementation
CheckSuiteEvent({
this.action,
this.checkSuite,
this.repository,
this.sender,
});