AppUsageAuditCompanion constructor
const
AppUsageAuditCompanion({
- Value<
int> id = const Value.absent(), - Value<
DateTime> createdAt = const Value.absent(), - Value<
String> date = const Value.absent(), - Value<
String> packageName = const Value.absent(), - Value<
int> totalTimeVisible = const Value.absent(), - Value<
int> totalTimeInForeground = const Value.absent(), - 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(),
});