DiffReporter constructor
const
DiffReporter({
- ComparatorIDE ide = ComparatorIDE.vsCode,
- DiffInfo? customDiffInfo,
- IPlatformWrapper platformWrapper = const PlatformWrapper(),
Implementation
const DiffReporter({
this.ide = ComparatorIDE.vsCode,
this.customDiffInfo,
this.platformWrapper = const PlatformWrapper(),
});