checkpoint property
Checkpoint for the next page (typically last item's syncId). Used for resumable pagination: WHERE syncId > checkpoint.afterId
Implementation
final SyncCheckpoint? checkpoint;
Checkpoint for the next page (typically last item's syncId). Used for resumable pagination: WHERE syncId > checkpoint.afterId
final SyncCheckpoint? checkpoint;