MarketingDataInsightsAttribute constructor

MarketingDataInsightsAttribute({
  1. String? ageRange,
  2. String? gender,
  3. double? lift,
  4. String? userInterestId,
})

Implementation

MarketingDataInsightsAttribute({
  this.ageRange,
  this.gender,
  this.lift,
  this.userInterestId,
});