Difference constructor

Difference(
  1. Object source,
  2. Object diff
)

Implementation

Difference(this.source, this.diff);