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