Conversion constructor

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

Implementation

Conversion({
  this.adUserDataConsent,
  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,
});