Difference constructor
Difference(
- String fieldName,
- dynamic localValue,
- dynamic cloudValue
Implementation
Difference(this.fieldName, this.localValue, this.cloudValue);