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