SegmentDemographics constructor

SegmentDemographics({
  1. SetDimension? appVersion,
  2. SetDimension? channel,
  3. SetDimension? deviceType,
  4. SetDimension? make,
  5. SetDimension? model,
  6. SetDimension? platform,
})

Implementation

SegmentDemographics({
  this.appVersion,
  this.channel,
  this.deviceType,
  this.make,
  this.model,
  this.platform,
});