RepositoryEvent constructor
RepositoryEvent({
- String? action,
- Repository? repository,
- User? sender,
Implementation
RepositoryEvent({
this.action,
this.repository,
this.sender,
});