menu
hightouch_events package
documentation
event.dart
RawEvent
RawEvent constructor
RawEvent constructor
dark_mode
light_mode
RawEvent
constructor
RawEvent
(
EventType
type
, {
String
?
anonymousId
,
String
?
userId
,
})
Implementation
RawEvent(this.type, {this.anonymousId, this.userId});
hightouch_events package
documentation
event
RawEvent
RawEvent constructor
RawEvent class