AppUsageInfo constructor

AppUsageInfo(
  1. String name,
  2. String packageName,
  3. Duration usage,
  4. DateTime startDate,
  5. DateTime endDate,
  6. DateTime lastForeground,
)

Implementation

AppUsageInfo(
  this.name,
  this.packageName,
  this.usage,
  this.startDate,
  this.endDate,
  this.lastForeground,
);