ChatItemsCompanion class

Inheritance

Constructors

ChatItemsCompanion({Value<String> id = const Value.absent(), Value<String> chatId = const Value.absent(), Value<String> authorId = const Value.absent(), Value<PreciseDateTime> at = const Value.absent(), Value<SendingStatus> status = const Value.absent(), Value<String> data = const Value.absent(), Value<String?> cursor = const Value.absent(), Value<String> ver = const Value.absent(), Value<int> rowid = const Value.absent()})
const
ChatItemsCompanion.insert({required String id, required String chatId, required String authorId, required PreciseDateTime at, required SendingStatus status, required String data, Value<String?> cursor = const Value.absent(), required String ver, Value<int> rowid = const Value.absent()})

Properties

at Value<PreciseDateTime>
final
authorId Value<String>
final
chatId Value<String>
final
cursor Value<String?>
final
data Value<String>
final
hashCode int
The hash code for this object.
no setterinherited
id Value<String>
final
rowid Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Value<SendingStatus>
final
ver Value<String>
final

Methods

copyWith({Value<String>? id, Value<String>? chatId, Value<String>? authorId, Value<PreciseDateTime>? at, Value<SendingStatus>? status, Value<String>? data, Value<String?>? cursor, Value<String>? ver, Value<int>? rowid}) ChatItemsCompanion
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.
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

custom({Expression<String>? id, Expression<String>? chatId, Expression<String>? authorId, Expression<int>? at, Expression<int>? status, Expression<String>? data, Expression<String>? cursor, Expression<String>? ver, Expression<int>? rowid}) Insertable<ChatItemRow>