in src/react-native-app/protos/demo.ts [2354:2362]
address: isSet(object.address) ? Address.fromJSON(object.address) : undefined,
email: isSet(object.email) ? globalThis.String(object.email) : "",
creditCard: isSet(object.creditCard) ? CreditCardInfo.fromJSON(object.creditCard) : undefined,
};
},
toJSON(message: PlaceOrderRequest): unknown {
const obj: any = {};
if (message.userId !== "") {