CreateEvent constructor
CreateEvent({
- String? ref,
- String? refType,
- String? pusherType,
- Repository? repository,
- User? sender,
Implementation
CreateEvent({
this.ref,
this.refType,
this.pusherType,
this.repository,
this.sender,
});