JsonDiffResult constructor
JsonDiffResult({})
Implementation
JsonDiffResult({
required this.additions,
required this.removals,
required this.changes,
required this.pathsWithDifferences,
});
JsonDiffResult({
required this.additions,
required this.removals,
required this.changes,
required this.pathsWithDifferences,
});