email property
Set the users email address and optionally send a verification email.
Implementation
@$pb.TagNumber(2)
$2.SetHumanEmail get email => $_getN(1);
Implementation
@$pb.TagNumber(2)
set email($2.SetHumanEmail value) => $_setField(2, value);