SegmentDimensions constructor
SegmentDimensions({
- Map<
String, AttributeDimension> ? attributes, - SegmentBehaviors? behavior,
- SegmentDemographics? demographic,
- SegmentLocation? location,
- Map<
String, MetricDimension> ? metrics, - Map<
String, AttributeDimension> ? userAttributes,
Implementation
SegmentDimensions({
this.attributes,
this.behavior,
this.demographic,
this.location,
this.metrics,
this.userAttributes,
});