RepositoryEvent constructor

RepositoryEvent({
  1. String? action,
  2. Repository? repository,
  3. User? sender,
})

Implementation

RepositoryEvent({
  this.action,
  this.repository,
  this.sender,
});