checkpoint property

SyncCheckpoint? checkpoint
final

Checkpoint for the next page (typically last item's syncId). Used for resumable pagination: WHERE syncId > checkpoint.afterId

Implementation

final SyncCheckpoint? checkpoint;