NotificationAuditCompanion constructor

const NotificationAuditCompanion({
  1. Value<int> id = const Value.absent(),
  2. Value<DateTime> happenedAt = const Value.absent(),
  3. Value<String> checkSum = const Value.absent(),
  4. Value<String> summary = const Value.absent(),
  5. Value<String> packageName = const Value.absent(),
  6. Value<NotificationAuditType> type = const Value.absent(),
  7. Value<String?> title = const Value.absent(),
  8. Value<String?> key = const Value.absent(),
})

Implementation

const NotificationAuditCompanion({
  this.id = const Value.absent(),
  this.happenedAt = const Value.absent(),
  this.checkSum = const Value.absent(),
  this.summary = const Value.absent(),
  this.packageName = const Value.absent(),
  this.type = const Value.absent(),
  this.title = const Value.absent(),
  this.key = const Value.absent(),
});