Changes constructor

Changes(
  1. dynamic prev,
  2. dynamic next
)

Implementation

Changes(this.prev, this.next);