Encodes a nullable integer value for the given key or id.
@override void encodeIntOrNull(String key, int? value, {int? id}) { _value[key] = value; }