in src/react-native-app/protos/demo.ts [1493:1501]
state: isSet(object.state) ? globalThis.String(object.state) : "",
country: isSet(object.country) ? globalThis.String(object.country) : "",
zipCode: isSet(object.zipCode) ? globalThis.String(object.zipCode) : "",
};
},
toJSON(message: Address): unknown {
const obj: any = {};
if (message.streetAddress !== "") {