phone property

  1. @TagNumber(2)
Phone get phone

Phone contact information of the user.

Implementation

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

Implementation

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