BaseTrackData constructor
BaseTrackData({})
Creates a new instance of BaseTrackData.
Implementation
BaseTrackData({
required this.event,
super.messageId,
super.timestamp,
this.context,
this.properties,
});
Creates a new instance of BaseTrackData.
BaseTrackData({
required this.event,
super.messageId,
super.timestamp,
this.context,
this.properties,
});