SyncOutcome constructor
const
SyncOutcome({})
Implementation
const SyncOutcome({
required this.behavior,
required this.succeeded,
required this.attempts,
required this.result,
required this.failures,
required this.virtualElapsedMs,
required this.repaired,
this.stoppedBy,
});