$CounterEvent constructor

$CounterEvent({
  1. String? name,
  2. String? reportingName,
})

Implementation

$CounterEvent({this.name, this.reportingName});