DiffReporter constructor

const DiffReporter({
  1. ComparatorIDE ide = ComparatorIDE.vsCode,
  2. DiffInfo? customDiffInfo,
  3. IPlatformWrapper platformWrapper = const PlatformWrapper(),
})

Implementation

const DiffReporter({
  this.ide = ComparatorIDE.vsCode,
  this.customDiffInfo,
  this.platformWrapper = const PlatformWrapper(),
});