VersionRow constructor
- required String userId,
- String? favoriteChatsListVersion,
- bool? favoriteChatsSynchronized,
- String? chatContactsListVersion,
- bool? favoriteContactsSynchronized,
- bool? contactsSynchronized,
- bool? blocklistSynchronized,
- String? sessionsListVersion,
- String? blocklistVersion,
- int? blocklistCount,
- String? directLinksListVersion,
Implementation
const VersionRow({
required this.userId,
this.favoriteChatsListVersion,
this.favoriteChatsSynchronized,
this.chatContactsListVersion,
this.favoriteContactsSynchronized,
this.contactsSynchronized,
this.blocklistSynchronized,
this.sessionsListVersion,
this.blocklistVersion,
this.blocklistCount,
this.directLinksListVersion,
});