phoneCode property
The phone verification code if it was requested by setting the phone verification to return_code.
Implementation
@$pb.TagNumber(4)
$core.String get phoneCode => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set phoneCode($core.String value) => $_setString(3, value);