RawEvent constructor

RawEvent(
  1. EventType type, {
  2. String? anonymousId,
  3. String? userId,
})

Implementation

RawEvent(this.type, {this.anonymousId, this.userId});