ComparisonResult constructor
Creates a new ComparisonResult for the current test.
Implementation
ComparisonResult({
required this.passed,
required this.diffPercent,
this.error,
this.diffs,
});
Creates a new ComparisonResult for the current test.
ComparisonResult({
required this.passed,
required this.diffPercent,
this.error,
this.diffs,
});