Difference constructor

Difference(
  1. dynamic diffable,
  2. dynamic ar
)

Implementation

Difference(diffable, ar) : super([diffable, ar]);