Difference constructor

Difference(
  1. String fieldName,
  2. dynamic localValue,
  3. dynamic cloudValue
)

Implementation

Difference(this.fieldName, this.localValue, this.cloudValue);