Data constructor
Data({})
Implementation
Data({
this.visitorId,
this.anonymousId,
this.consent,
this.context,
this.assignmentsHistory,
this.campaigns,
});
Data({
this.visitorId,
this.anonymousId,
this.consent,
this.context,
this.assignmentsHistory,
this.campaigns,
});