DiffReporter class
DiffReporter
is a class for reporting the comparison results using a Diff Tool
.
- Implemented types
Constructors
- DiffReporter({ComparatorIDE ide = ComparatorIDE.vsCode, DiffInfo? customDiffInfo, IPlatformWrapper platformWrapper = const PlatformWrapper()})
-
const
Properties
- customDiffInfo → DiffInfo?
-
final
- defaultDiffInfo → DiffInfo
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ide → ComparatorIDE
-
final
- isReporterAvailable → bool
-
no setter
- platformWrapper → IPlatformWrapper
-
Platform wrapper for testing purposes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
String approvedPath, String receivedPath) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited