Change<Record> constructor

Change<Record>(
  1. Object id,
  2. Record record
)

Implementation

Change(this.id, this.record);