verificationCode property
Set the verification code generated during the set contact email request.
Implementation
@$pb.TagNumber(2)
$core.String get verificationCode => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set verificationCode($core.String v) { $_setString(1, v); }