AttributionSettings constructor

AttributionSettings({
  1. int? attributionLookbackWindowInDays,
  2. String? attributionModel,
  3. List<AttributionSettingsConversionType>? conversionType,
})

Implementation

AttributionSettings({
  this.attributionLookbackWindowInDays,
  this.attributionModel,
  this.conversionType,
});