SyncOutcome constructor
SyncOutcome({})
Creates a sync outcome.
Implementation
SyncOutcome({
required this.record,
this.direction,
this.applied = 0,
this.publishedBranch,
this.conflict,
this.transferredPaths = const [],
this.copiedPaths = const [],
this.removedPaths = const [],
this.bytesTransferred = 0,
this.bytesOnWire = 0,
});