totalOperations property
int
get
totalOperations
The total number of operations processed in this sync cycle.
Implementation
int get totalOperations => syncedCount + failedCount;
The total number of operations processed in this sync cycle.
int get totalOperations => syncedCount + failedCount;