ServerSideSessionUpdateTable class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table ServerSideSessionTable
The table instance that this update table operates on.
finalinherited

Methods

authUserId(UuidValue value) → ColumnValue<UuidValue, UuidValue>
createdAt(DateTime value) → ColumnValue<DateTime, DateTime>
expireAfterUnusedFor(Duration? value) → ColumnValue<Duration, Duration>
expiresAt(DateTime? value) → ColumnValue<DateTime, DateTime>
lastUsedAt(DateTime value) → ColumnValue<DateTime, DateTime>
method(String value) → ColumnValue<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scopeNames(Set<String> value) → ColumnValue<Set<String>, Set<String>>
sessionKeyHash(ByteData value) → ColumnValue<ByteData, ByteData>
sessionKeySalt(ByteData value) → ColumnValue<ByteData, ByteData>
toString() String
A string representation of this object.
inherited

Operators

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