CheckRunEvent constructor
CheckRunEvent({
- String? action,
- CheckRun? checkRun,
- User? sender,
- Repository? repository,
Implementation
CheckRunEvent({
this.action,
this.checkRun,
this.sender,
this.repository,
});