Change<T> constructor

Change<T>(
  1. T neu,
  2. T old,
  3. int batch, {
  4. DateTime? time,
})

Implementation

Change(this.neu, this.old, this.batch, {DateTime? time})
    : time = DateTime.now();