VersionsCompanion.insert constructor
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(),
})
Implementation
VersionsCompanion.insert({
required String userId,
this.favoriteChatsListVersion = const Value.absent(),
this.favoriteChatsSynchronized = const Value.absent(),
this.chatContactsListVersion = const Value.absent(),
this.favoriteContactsSynchronized = const Value.absent(),
this.contactsSynchronized = const Value.absent(),
this.blocklistSynchronized = const Value.absent(),
this.sessionsListVersion = const Value.absent(),
this.blocklistVersion = const Value.absent(),
this.blocklistCount = const Value.absent(),
this.rowid = const Value.absent(),
}) : userId = Value(userId);