menu
fero_sync package
documentation
core/models/sync_checkpoint.dart
SyncCheckpoint
SyncCheckpoint.new const constructor
SyncCheckpoint.new const constructor
dark_mode
light_mode
SyncCheckpoint
constructor
const
SyncCheckpoint
(
{
required
BigInt
lastSyncedId
,
required
String
lastSyncedAt
,
})
Implementation
const SyncCheckpoint({ required this.lastSyncedId, required this.lastSyncedAt, });
fero_sync package
documentation
core/models/sync_checkpoint
SyncCheckpoint
SyncCheckpoint.new const constructor
SyncCheckpoint class