Encodes a string value for the given key or id.
@override void encodeString(String key, String value, {int? id}) { tick(); _packer.packString(key); _packer.packString(value); }