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