PullRequestEvent constructor
PullRequestEvent({
- String? action,
- int? number,
- PullRequest? pullRequest,
- User? sender,
- Repository? repository,
- Changes? changes,
Implementation
PullRequestEvent({
this.action,
this.number,
this.pullRequest,
this.sender,
this.repository,
this.changes,
});