PayloadDiff constructor
const
PayloadDiff({})
Implementation
const PayloadDiff({
required this.path,
required this.rawValue,
required this.normalizedValue,
this.hasRawValue = true,
this.hasNormalizedValue = true,
this.maxInlineLength = 56,
});