int getKey(String name) { final nameUtf = name.toNativeUtf8(allocator: mem); try { return _getKey(self, nameUtf); } finally { mem.free(nameUtf); } }