SegmentDimensions constructor

SegmentDimensions({
  1. Map<String, AttributeDimension>? attributes,
  2. SegmentBehaviors? behavior,
  3. SegmentDemographics? demographic,
  4. SegmentLocation? location,
  5. Map<String, MetricDimension>? metrics,
  6. Map<String, AttributeDimension>? userAttributes,
})

Implementation

SegmentDimensions({
  this.attributes,
  this.behavior,
  this.demographic,
  this.location,
  this.metrics,
  this.userAttributes,
});