VersionsCompanion class

Inheritance

Constructors

VersionsCompanion({Value<String> userId = const Value.absent(), Value<String?> favoriteChatsListVersion = const Value.absent(), Value<bool?> favoriteChatsSynchronized = const Value.absent(), Value<String?> chatContactsListVersion = const Value.absent(), Value<bool?> favoriteContactsSynchronized = const Value.absent(), Value<bool?> contactsSynchronized = const Value.absent(), Value<bool?> blocklistSynchronized = const Value.absent(), Value<String?> sessionsListVersion = const Value.absent(), Value<String?> blocklistVersion = const Value.absent(), Value<int?> blocklistCount = const Value.absent(), Value<int> rowid = const Value.absent()})
const
VersionsCompanion.insert({required String userId, Value<String?> favoriteChatsListVersion = const Value.absent(), Value<bool?> favoriteChatsSynchronized = const Value.absent(), Value<String?> chatContactsListVersion = const Value.absent(), Value<bool?> favoriteContactsSynchronized = const Value.absent(), Value<bool?> contactsSynchronized = const Value.absent(), Value<bool?> blocklistSynchronized = const Value.absent(), Value<String?> sessionsListVersion = const Value.absent(), Value<String?> blocklistVersion = const Value.absent(), Value<int?> blocklistCount = const Value.absent(), Value<int> rowid = const Value.absent()})

Properties

blocklistCount Value<int?>
final
blocklistSynchronized Value<bool?>
final
blocklistVersion Value<String?>
final
chatContactsListVersion Value<String?>
final
contactsSynchronized Value<bool?>
final
favoriteChatsListVersion Value<String?>
final
favoriteChatsSynchronized Value<bool?>
final
favoriteContactsSynchronized Value<bool?>
final
hashCode int
The hash code for this object.
no setterinherited
rowid Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionsListVersion Value<String?>
final
userId Value<String>
final

Methods

copyWith({Value<String>? userId, Value<String?>? favoriteChatsListVersion, Value<bool?>? favoriteChatsSynchronized, Value<String?>? chatContactsListVersion, Value<bool?>? favoriteContactsSynchronized, Value<bool?>? contactsSynchronized, Value<bool?>? blocklistSynchronized, Value<String?>? sessionsListVersion, Value<String?>? blocklistVersion, Value<int?>? blocklistCount, Value<int>? rowid}) VersionsCompanion
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>? userId, Expression<String>? favoriteChatsListVersion, Expression<bool>? favoriteChatsSynchronized, Expression<String>? chatContactsListVersion, Expression<bool>? favoriteContactsSynchronized, Expression<bool>? contactsSynchronized, Expression<bool>? blocklistSynchronized, Expression<String>? sessionsListVersion, Expression<String>? blocklistVersion, Expression<int>? blocklistCount, Expression<int>? rowid}) Insertable<VersionRow>