Encodes 'null' for the given key or id.
@override void encodeNull(String key, {int? id}) { _value[key] = null; }