Create an insert record of key and newValue.
const MapChangeRecord.insert(this.key, this.newValue) : isInsert = true, isRemove = false, oldValue = null;