SyncResult constructor
const
SyncResult({})
Implementation
const SyncResult({
this.conversations = const [],
this.messages = const [],
this.events = const [],
this.nextSyncToken,
this.hasMore = false,
});
const SyncResult({
this.conversations = const [],
this.messages = const [],
this.events = const [],
this.nextSyncToken,
this.hasMore = false,
});