isSuccess property

bool get isSuccess

Whether the sync completed successfully without any failures.

Implementation

bool get isSuccess => !wasSkipped && !wasCancelled && failedCount == 0 && error == null;