emailCode property
The email code will be set if a contact email was set with a return_code verification option.
Implementation
@$pb.TagNumber(3)
$core.String get emailCode => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set emailCode($core.String v) { $_setString(2, v); }