ForkEvent constructor

ForkEvent({
  1. Repository? forkee,
  2. User? sender,
})

Implementation

ForkEvent({
  this.forkee,
  this.sender,
});