Conversion constructor

Conversion({
  1. String? adUserDataConsent,
  2. CartData? cartData,
  3. bool? childDirectedTreatment,
  4. List<CustomFloodlightVariable>? customVariables,
  5. String? dclid,
  6. String? encryptedUserId,
  7. List<String>? encryptedUserIdCandidates,
  8. String? floodlightActivityId,
  9. String? floodlightConfigurationId,
  10. String? gclid,
  11. String? impressionId,
  12. String? kind,
  13. bool? limitAdTracking,
  14. String? matchId,
  15. String? mobileDeviceId,
  16. bool? nonPersonalizedAd,
  17. String? ordinal,
  18. String? quantity,
  19. String? timestampMicros,
  20. bool? treatmentForUnderage,
  21. List<UserIdentifier>? userIdentifiers,
  22. double? value,
})

Implementation

Conversion({
  this.adUserDataConsent,
  this.cartData,
  this.childDirectedTreatment,
  this.customVariables,
  this.dclid,
  this.encryptedUserId,
  this.encryptedUserIdCandidates,
  this.floodlightActivityId,
  this.floodlightConfigurationId,
  this.gclid,
  this.impressionId,
  this.kind,
  this.limitAdTracking,
  this.matchId,
  this.mobileDeviceId,
  this.nonPersonalizedAd,
  this.ordinal,
  this.quantity,
  this.timestampMicros,
  this.treatmentForUnderage,
  this.userIdentifiers,
  this.value,
});