SyncBatchResult constructor
SyncBatchResult({
- required bool success,
- List<
SyncPayload< items = const [],ServerItem> > - SyncCheckpoint? checkpoint,
- String? errorMessage,
Implementation
SyncBatchResult({
required this.success,
this.items = const [],
this.checkpoint,
this.errorMessage,
});