phoneCode property
In case the phone verification was set to return_code, the code will be returned
Implementation
@$pb.TagNumber(3)
$core.String get phoneCode => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set phoneCode($core.String value) => $_setString(2, value);