phone property

  1. @TagNumber.new(3)
SetHumanPhone get phone

Set the users phone number and optionally send a verification SMS.

Implementation

@$pb.TagNumber(3)
$5.SetHumanPhone get phone => $_getN(2);
  1. @TagNumber.new(3)
set phone (SetHumanPhone value)

Implementation

@$pb.TagNumber(3)
set phone($5.SetHumanPhone value) => $_setField(3, value);