totalOperations property

int get totalOperations

The total number of operations processed in this sync cycle.

Implementation

int get totalOperations => syncedCount + failedCount;