Create an update record of key from oldValue to newValue.
const MapChangeRecord(this.key, this.oldValue, this.newValue) : isInsert = false, isRemove = false;