in src/frontend/protos/demo.ts [2770:2778]
name: isSet(object.name) ? globalThis.String(object.name) : "",
description: isSet(object.description) ? globalThis.String(object.description) : "",
enabled: isSet(object.enabled) ? globalThis.Boolean(object.enabled) : false,
};
},
toJSON(message: Flag): unknown {
const obj: any = {};
if (message.name !== "") {