AppUsageAuditCompanion constructor

const AppUsageAuditCompanion({
  1. Value<int> id = const Value.absent(),
  2. Value<DateTime> createdAt = const Value.absent(),
  3. Value<String> date = const Value.absent(),
  4. Value<String> packageName = const Value.absent(),
  5. Value<int> totalTimeVisible = const Value.absent(),
  6. Value<int> totalTimeInForeground = const Value.absent(),
  7. Value<int> totalTimeForegroundServiceUsed = const Value.absent(),
})

Implementation

const AppUsageAuditCompanion({
  this.id = const Value.absent(),
  this.createdAt = const Value.absent(),
  this.date = const Value.absent(),
  this.packageName = const Value.absent(),
  this.totalTimeVisible = const Value.absent(),
  this.totalTimeInForeground = const Value.absent(),
  this.totalTimeForegroundServiceUsed = const Value.absent(),
});