NotificationAuditCompanion class

Constructors

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

Properties

checkSum → Value<String>
final
happenedAt → Value<DateTime>
final
hashCode int
The hash code for this object.
no setterinherited
id → Value<int>
final
key → Value<String?>
final
packageName → Value<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary → Value<String>
final
title → Value<String?>
final
type → Value<NotificationAuditType>
final

Methods

copyWith({Value<int>? id, Value<DateTime>? happenedAt, Value<String>? checkSum, Value<String>? summary, Value<String>? packageName, Value<NotificationAuditType>? type, Value<String?>? title, Value<String?>? key}) NotificationAuditCompanion
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toColumns(bool nullToAbsent) Map<String, Expression<Object>>
Converts this object into a map of column names to expressions to insert or update.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

custom({Expression<int>? id, Expression<DateTime>? happenedAt, Expression<String>? checkSum, Expression<String>? summary, Expression<String>? packageName, Expression<String>? type, Expression<String>? title, Expression<String>? key}) → Insertable<NotificationAuditData>