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