SyncCheckpoint constructor

const SyncCheckpoint({
  1. required BigInt afterId,
})

Implementation

const SyncCheckpoint({
  required this.afterId,
});