PropertyDifference constructor
PropertyDifference({
- required String actualValue,
- required DifferenceType differenceType,
- required String expectedValue,
- required String propertyPath,
Implementation
PropertyDifference({
required this.actualValue,
required this.differenceType,
required this.expectedValue,
required this.propertyPath,
});