email property
Set the user's contact email and it's verification state.
Implementation
@$pb.TagNumber(4)
$5.SetEmail get email => $_getN(3);
Implementation
@$pb.TagNumber(4)
set email($5.SetEmail value) => $_setField(4, value);
Set the user's contact email and it's verification state.
@$pb.TagNumber(4)
$5.SetEmail get email => $_getN(3);
@$pb.TagNumber(4)
set email($5.SetEmail value) => $_setField(4, value);