SyncUpdate constructor
SyncUpdate({
- required String nextBatch,
- RoomsUpdate? rooms,
- List<
Presence> ? presence, - List<
BasicEvent> ? accountData, - List<
BasicEventWithSender> ? toDevice, - DeviceListsUpdate? deviceLists,
- Map<
String, int> ? deviceOneTimeKeysCount, - List<
String> ? deviceUnusedFallbackKeyTypes,
Implementation
SyncUpdate({
required this.nextBatch,
this.rooms,
this.presence,
this.accountData,
this.toDevice,
this.deviceLists,
this.deviceOneTimeKeysCount,
this.deviceUnusedFallbackKeyTypes,
});