AppUsageAuditCompanion class
Constructors
-
AppUsageAuditCompanion.new({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()})
-
const
-
AppUsageAuditCompanion.insert({Value<int> id = const Value.absent(), Value<DateTime> createdAt = const Value.absent(), required String date, required String packageName, Value<int> totalTimeVisible = const Value.absent(), Value<int> totalTimeInForeground = const Value.absent(), Value<int> totalTimeForegroundServiceUsed = const Value.absent()})
-
Static Methods
-
custom({Expression<int>? id, Expression<DateTime>? createdAt, Expression<String>? date, Expression<String>? packageName, Expression<int>? totalTimeVisible, Expression<int>? totalTimeInForeground, Expression<int>? totalTimeForegroundServiceUsed})
→ Insertable<AppUsageAuditData>
-