EventUsageInfo constructor
EventUsageInfo({})
Model for event usage information for an application
Implementation
EventUsageInfo({
this.eventType,
this.timeStamp,
this.packageName,
this.className,
this.shortcutId,
});