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