SegmentDemographics constructor
SegmentDemographics({
- SetDimension? appVersion,
- SetDimension? channel,
- SetDimension? deviceType,
- SetDimension? make,
- SetDimension? model,
- SetDimension? platform,
Implementation
SegmentDemographics({
this.appVersion,
this.channel,
this.deviceType,
this.make,
this.model,
this.platform,
});