menu
segment_analytics package
documentation
event.dart
RawEvent
RawEvent.new constructor
RawEvent.new constructor
dark_mode
light_mode
RawEvent
constructor
RawEvent
(
EventType
type
, {
String
?
anonymousId
,
String
?
userId
,
Map
<
String
,
dynamic
>
?
integrations
,
})
Implementation
RawEvent(this.type, {this.anonymousId, this.userId, this.integrations,});
segment_analytics package
documentation
event
RawEvent
RawEvent.new constructor
RawEvent class