Change<T> constructor

Change<T>(
  1. T previous,
  2. T next
)

Implementation

Change(this.previous, this.next);