FileDiff constructor
FileDiff({})
Creates a file diff result.
Implementation
FileDiff({
required this.path,
this.local,
this.origin,
this.side = FileDivergence.unknown,
this.localBytes,
this.originBytes,
this.binary = false,
this.tooLarge = false,
});