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