DriveChanges constructor
DriveChanges({})
Creates a changes summary.
Implementation
DriveChanges({
this.conflicts = const [],
this.localOnly = const [],
this.remoteOnly = const [],
this.unknown = const [],
this.diffs = const {},
});