phoneCode property

  1. @TagNumber.new(3)
String get phoneCode

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);
  1. @TagNumber.new(3)
set phoneCode (String value)

Implementation

@$pb.TagNumber(3)
set phoneCode($core.String value) => $_setString(2, value);