Change<T> constructor

Change<T>(
  1. T prev,
  2. T newly
)

Implementation

Change(this.prev, this.newly);