SyncQueueStats constructor
const
SyncQueueStats({})
Implementation
const SyncQueueStats({
required this.total,
required this.pending,
required this.uploading,
required this.synced,
required this.failed,
required this.conflicts,
});