phone property

  1. @TagNumber.new(18)
String get phone

The primary contact number of the user

Implementation

@$pb.TagNumber(18)
$core.String get phone => $_getSZ(10);
  1. @TagNumber.new(18)
set phone (String value)

Implementation

@$pb.TagNumber(18)
set phone($core.String value) => $_setString(10, value);