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