Change<Record> constructor

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

Implementation

Change(this.id, this.data);