NotificationAuditCompanion constructor
const
NotificationAuditCompanion({
- Value<
int> id = const Value.absent(), - Value<
DateTime> happenedAt = const Value.absent(), - Value<
String> checkSum = const Value.absent(), - Value<
String> summary = const Value.absent(), - Value<
String> packageName = const Value.absent(), - Value<
NotificationAuditType> type = const Value.absent(), - Value<
String?> title = const Value.absent(), - 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(),
});