$$AppUsageAuditTableCreateCompanionBuilder typedef

$$AppUsageAuditTableCreateCompanionBuilder = AppUsageAuditCompanion Function({Value<DateTime> createdAt, required String date, Value<int> id, required String packageName, Value<int> totalTimeForegroundServiceUsed, Value<int> totalTimeInForeground, Value<int> totalTimeVisible})

Implementation

typedef $$AppUsageAuditTableCreateCompanionBuilder = AppUsageAuditCompanion
    Function({
  Value<int> id,
  Value<DateTime> createdAt,
  required String date,
  required String packageName,
  Value<int> totalTimeVisible,
  Value<int> totalTimeInForeground,
  Value<int> totalTimeForegroundServiceUsed,
});