AnalyticsEvent constructor

AnalyticsEvent(
  1. String action,
  2. List<FeatureStateHolder> features,
  3. Map<String, Object>? other
)

Implementation

AnalyticsEvent(this.action, this.features, this.other);