SyncBatchResult constructor
SyncBatchResult({
- required List<
SyncPayload< items,Syncable> > - String? nextCursor,
Implementation
SyncBatchResult({
required this.items,
this.nextCursor,
});