sendCode property
Let ZITADEL send the link to the user via email.
Implementation
@$pb.TagNumber(2)
SendEmailVerificationCode get sendCode => $_getN(1);
Implementation
@$pb.TagNumber(2)
set sendCode(SendEmailVerificationCode value) => $_setField(2, value);