Snapshot<T> constructor

Snapshot<T>(
  1. T oldValue,
  2. T newValue
)

Implementation

Snapshot(this.oldValue, this.newValue);