EventDimensions constructor
EventDimensions({
- Map<
String, AttributeDimension> ? attributes, - SetDimension? eventType,
- Map<
String, MetricDimension> ? metrics,
Implementation
EventDimensions({
this.attributes,
this.eventType,
this.metrics,
});