phone property

  1. @TagNumber(2)
SetPhone get phone

Set the user's contact phone and it's verification state.

Implementation

@$pb.TagNumber(2)
$5.SetPhone get phone => $_getN(1);
  1. @TagNumber(2)
set phone (SetPhone v)

Implementation

@$pb.TagNumber(2)
set phone($5.SetPhone v) { setField(2, v); }