contact property

  1. @TagNumber(4)
SetContact get contact

Add or update the contact information (email, phone) for the user if needed.

Implementation

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

Implementation

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