WebhookPayload constructor
WebhookPayload(
- Map innerMap, {
- PayloadRepository? repository,
- Issue? issue,
- Issue? pullRequest,
- Sender? sender,
- String? action,
- Installation? installation,
- Comment? comment,
Constructs a new instance of the WebhookPayload class.
Implementation
WebhookPayload(
super.innerMap, {
this.repository,
this.issue,
this.pullRequest,
this.sender,
this.action,
this.installation,
this.comment,
});