CreateEvent constructor

CreateEvent({
  1. String? ref,
  2. String? refType,
  3. String? pusherType,
  4. Repository? repository,
  5. User? sender,
})

Implementation

CreateEvent({
  this.ref,
  this.refType,
  this.pusherType,
  this.repository,
  this.sender,
});