Data constructor

Data({
  1. String? visitorId,
  2. String? anonymousId,
  3. bool? consent,
  4. Map<String, dynamic>? context,
  5. Map<String, dynamic>? assignmentsHistory,
  6. List<CampaignCache>? campaigns,
  7. String? emotionScoreAI,
  8. bool? eaiVisitorScored,
})

Implementation

Data(
    {this.visitorId,
    this.anonymousId,
    this.consent,
    this.context,
    this.assignmentsHistory,
    this.campaigns,
    this.emotionScoreAI,
    this.eaiVisitorScored});