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