ForkEvent constructor
ForkEvent({
- Repository? forkee,
- User? sender,
Implementation
ForkEvent({
this.forkee,
this.sender,
});
ForkEvent({
this.forkee,
this.sender,
});