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