Checks if the data for the given key or id is null.
@override bool decodeIsNull(String key, {int? id}) { return _value.containsKey(key) && _value[key] == null; }