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
,
})
Implementation
RawEvent(this.type, {this.anonymousId, this.userId});
segment_analytics package
documentation
event
RawEvent
RawEvent.new constructor
RawEvent class