EventUsageInfo constructor

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

Implementation

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