MetricsEvent constructor

MetricsEvent(
  1. String? title,
  2. Metrics metrics
)

Implementation

MetricsEvent(this.title, this.metrics);