EventUsageInfo constructor

EventUsageInfo({
  1. String? eventType,
  2. String? timeStamp,
  3. String? packageName,
  4. String? className,
})

Implementation

EventUsageInfo(
    {this.eventType, this.timeStamp, this.packageName, this.className});