Encodes 'null' for the given key or id.
@override void encodeNull(String key, {int? id}) { tick(); _packer.packString(key); _packer.packNull(); }