contact property

  1. @TagNumber(4)
SetContact get contact

Set the contact information (email, phone) for the user.

Implementation

@$pb.TagNumber(4)
$5.SetContact get contact => $_getN(3);
  1. @TagNumber(4)
set contact (SetContact v)

Implementation

@$pb.TagNumber(4)
set contact($5.SetContact v) { setField(4, v); }