$TimerEvent constructor

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

Implementation

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